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