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
write in console php artisan key:generate
php artisan key:generate
you will get message like: Application key [get 32 char key] set successfully.
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
config/app.php
'key' => env('APP_KEY', 'insert get 32 char key'),//line number 81