【发布时间】:2017-12-17 17:29:06
【问题描述】:
我正在尝试使用 artisan 命令 php artisan route:list 列出所有路由列表
我收到以下错误,
[ErrorException]
You must set the encryption key going forward to improve the security of this library - see this page for more info
rmation https://oauth2.thephpleague.com/v5-security-improvements/
【问题讨论】:
-
您是否正确生成了应用程序密钥?
-
我认为您的应用程序密钥无效,请运行
php artisan key:generate命令生成新密钥 -
首先我更新了作曲家然后我跑了
php artisan key:generate -
@RAUSHAN KUMAR @Sagar Gautam 即使我做了
composer dump-autoload,但我仍然遇到同样的错误
标签: php laravel laravel-5.4 laravel-routing