RuntimeException in compiled php line 1325
** The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.
**
-
运行
composer install
安装相关的vendor(Laravel一些依赖库) -
配置
.env
文件-- 将.env.example
文件copy为.env
-
在终端中 cd 到项目根目录下运行命令
php artisan key:generate
注:Laravel版本为5.3
网友评论