0
I’m developing a project and I caught this mistake by picking up a new version of it on github
, after starting the server cannot run the application, this error appears:
No Application Encryption Key Has Been Specified
0
I’m developing a project and I caught this mistake by picking up a new version of it on github
, after starting the server cannot run the application, this error appears:
No Application Encryption Key Has Been Specified
4
Interrupt the server by giving one Ctrl+c and type:
php artisan key:generate
Then all you can do is start
on the server again.
Browser other questions tagged laravel
You are not signed in. Login or sign up in order to post.
php artisan key:generate
– Woss