I have cloned a laravel project that I was working on from remote repository. After cloning it I ran all the usual commands like composer install, passport:install, key:generate and migrate
. Now when I try to make a login request or browse to application url I get
"No Application Encryption key has been specified".
I have generated keys multiple times and confirmed if the key exists in .env file or not. Even though everything seems to be in order I am still getting the error. I have also restarted the application server as well as the apache server with the hope that it will resolve but it didn't. I have no idea what to do now. Any suggestions?