No Application Encryption Key Has Been Specified

前端 未结 20 1775
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-30 17:11

I\'m new to Laravel and I\'m trying to use the Artisan command...

php artisan serve

It displays...

Laravel developme

20条回答
  •  再見小時候
    2020-11-30 17:36

    php artisan key:generate
    php artisan config:cache
    

    worked for me, but it had to be done in a command prompt on Windows.

    Doing it inside the terminal in PHPStorm didn't worked.

提交回复
热议问题