laravel No supported encrypter found. The cipher and / or key length are invalid

前端 未结 14 654
后悔当初
后悔当初 2020-11-29 19:58

I am building a project using Laravel. It was working fine on localhost, but when I upload it to the server (the server has comodo ssl installed), I receive the following er

14条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-29 20:40

    write in console php artisan key:generate

    you will get message like: Application key [get 32 char key] set successfully.

    replace app key in config/app.php like 'key' => env('APP_KEY', 'insert get 32 char key'),//line number 81

提交回复
热议问题