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
安裝相關(guān)的vendor(Laravel一些依賴庫)配置
.env
文件-- 將.env.example
文件copy為.env
-
在終端中 cd 到項目根目錄下運行命令
php artisan key:generate
注:Laravel版本為5.3