ok

Mini Shell

Direktori : /home2/selectio/www/3-idiots/vendor/nwidart/laravel-modules/src/Publishing/
Upload File :
Current File : /home2/selectio/www/3-idiots/vendor/nwidart/laravel-modules/src/Publishing/AssetPublisher.php

<?php

namespace Nwidart\Modules\Publishing;

use Nwidart\Modules\Support\Config\GenerateConfigReader;

class AssetPublisher extends Publisher
{
    /**
     * Determine whether the result message will shown in the console.
     *
     * @var bool
     */
    protected $showMessage = false;

    /**
     * Get destination path.
     *
     * @return string
     */
    public function getDestinationPath()
    {
        return $this->repository->assetPath($this->module->getLowerName());
    }

    /**
     * Get source path.
     *
     * @return string
     */
    public function getSourcePath()
    {
        return $this->getModule()->getExtraPath(
            GenerateConfigReader::read('assets')->getPath()
        );
    }
}

Zerion Mini Shell 1.0