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'; } }