laravel-module icon indicating copy to clipboard operation
laravel-module copied to clipboard

创建模块报出:ErrorException : copy(/xxxx/Modules/Admin/config/hd_module.php): failed to open stream: No such file or directory

Open overlordz opened this issue 5 years ago • 0 comments

执行创建模块命令:php artisan hd:module Admin,然后报出 ErrorException : copy(/xxxx/Modules/Admin/config/hd_module.php): failed to open stream: No such file or directory

原因是:$to = \Module::getModulePath($this->module).'config/'.basename($file); 这一行代码中的config对应的目录是首字母大写,因此需要把这个改为Config

如果作者看到这个问题,请进行修改。

overlordz avatar Oct 17 '19 07:10 overlordz