Artisan Error: Failed to listen on localhost:8000

后端 未结 11 794
清酒与你
清酒与你 2021-01-30 08:58

I\'m having problem starting my laravel installation. Whenever I type in the terminal \'php artisan serve\' it responses me an error:

Fai

11条回答
  •  借酒劲吻你
    2021-01-30 09:33

    If you have all your configurations ok in the .env file then you should:

    Use the answer from mayorsanmayor in this post to kill all php processes. Then php artisan config:clear

    Finally, php artisan serve

    Good luck!

提交回复
热议问题