I'm developing a project and got this error when I get a new version of it in github
, after the server start I can not run the application, this error appears:
No Application Encryption Key Has Been Specified
I'm developing a project and got this error when I get a new version of it in github
, after the server start I can not run the application, this error appears:
No Application Encryption Key Has Been Specified
Stop the server by typing ctrl + c and typing:
php artisan key:generate
Then just give start
on the server again.