Laravel:`php artisan app:name MyApp`导致异常:内核不存在

时间:2019-03-26 12:20:38

标签: laravel

我想更改Laravel项目的app.name,运行:

php artisan app:name Retro

但是有错误:

  

致命错误:未捕获ReflectionException:C:\ photo-> storage \ vendor \ laravel \ framework \ src \ Illuminate \ Container \ Container.php:779

中不存在Retro \ Console \ Kernel类

然后,我编辑了APP_NAME = Retro,然后运行: php artisan config:clear

但是它不起作用

1 个答案:

答案 0 :(得分:0)

尝试一下

更新应用名称后

php artisan app:name myname

遵循此命令

php artisan cache:clear

php artisan config:clear

composer dump-autoload