在本地push 最初的laravel版本到服務器上的時候,服務器報錯。 php
解決辦法:檢查.gitignore文件,把/vendor 目錄去掉。 容許push /vendor目錄 laravel
---------------------------------------------------------------------------- git
RuntimeException in EncryptionServiceProvider.php line 31: 服務器
No supported encrypter found. The cipher and / or key length are invalid. app
解決辦法 ide
在終端中執行:
php artisan key:generate
將生成的key複製到config/app.php替換APP_KEY鍵值
相似
'key' => env('APP_KEY','C0KtmxaHrPBIvh8SJYWZ58UtJBQ'), ip
或者直接修改.env文件中的APP_KEY值 ci
------------------------------------------------------------------ it
NotFoundHttpException in RouteCollection.php line 161: io
解決辦法: