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