后端PHP框架laravel学习踩的各种坑

安装完laravel的ventor目录后出现“Whoops, looks like something went wrong.”这样的错误信息

打开config/app.php,打开debug为true

No supported encrypter found. The cipher and / or key length are invalid.

在终端使用命令php artisan key:generate

成功时是这样的。

 

若终端报错说没有该文件

但是我们发现有类似的.env.example文件,拷贝一份

成功界面出现了

 

posted @ 2017-07-12 11:33  前端开发-周先生  阅读(1145)  评论(0编辑  收藏  举报