Artisan Error: Failed to listen on localhost:8000

后端 未结 11 814
清酒与你
清酒与你 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:20

    It is because something already running on that port and you can change the port by command itself, by running following command

    php artisan serve --port 8001
    

提交回复
热议问题