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
Do you have all the necessary extensions installed on the server?
It could be that you're missing the OpenSSL extension. Also, do you have the key set in .env file?
Try running:
php artisan key:generate
Answer: the 'cipher' => '' was not set.