How to solve this error in Laravel

0

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

    
asked by anonymous 15.12.2018 / 18:31

1 answer

4

Stop the server by typing ctrl + c and typing:

php artisan key:generate

Then just give start on the server again.

    
15.12.2018 / 18:33