whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Publishing
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/nwidart/laravel-modules/src/Publishing/LangPublisher.php
<?php namespace Nwidart\Modules\Publishing; use Nwidart\Modules\Support\Config\GenerateConfigReader; class LangPublisher 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() { $name = $this->module->getLowerName(); return base_path("resources/lang/{$name}"); } /** * Get source path. * * @return string */ public function getSourcePath() { return $this->getModule()->getExtraPath( GenerateConfigReader::read('lang')->getPath() ); } }
Copyright ©2021 || Defacer Indonesia