我希望能夠在不同的選項卡/端口上同時提供多個 Laravel 應用程序,這樣我就可以展示各種設計,遺憾的是當我運行 php artisan serve 時,我一次只能運行一個應用程序在端口 8000 上。即使在更新到 Laravel 5.8 之后,也要形成文檔:Artisan Serve ImprovementsIn previous releases of Laravel, Artisan's serve command would serve your application on port 8000. If another serve command process was already listening on this port, an attempt to serve a second application via serve would fail. Beginning in Laravel 5.8, serve will now scan for available ports up to port 8009, allowing you to serve multiple applications at once.有什么我想念的嗎?
添加回答
舉報
0/150
提交
取消