Jo Micheal
Published in : 2022-07-16
Hello Guys,
I am facing this error when I try to run Laravel 9 for the first time
Note: .env was not exists and i created it by myself what should I do?
Thanks in Advance
Join our community and get the chance to solve your code issues & share your opinion with us
Sign up Now
Mohamed Atef Date : 2022-07-16
Best answers
51
Best answers
51
Hello Jo,
That's because you need to add a line called “APP_KEY” and then save the changes of the .env then run
you will find value added to “APP_KEY”, then clear the application cache using
or
Now run the server using php artisan serve and it will work fine
Jo Micheal Date : 2022-07-16
Thank you so much, it's working!