芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/dompdf/ComponentViewMakeCommand.php
Inspiring::quote()]))->render(); } /** * @return mixed */ protected function getDestinationFilePath() { $path = $this->laravel['modules']->getModulePath($this->getModuleName()); $factoryPath = GenerateConfigReader::read('component-view'); return $path . $factoryPath->getPath() . '/' . $this->getFileName(); } /** * @return string */ private function getFileName() { return Str::lower($this->argument('name')) . '.blade.php'; } }