我希望能夠在不同的選項卡/端口上同時提供多個 Laravel 應(yīng)用程序,這樣我就可以展示各種設(shè)計,遺憾的是當(dāng)我運(yùn)行 php artisan serve 時,我一次只能運(yùn)行一個應(yīng)用程序在端口 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.有什么我想念的嗎?
- 3 回答
- 0 關(guān)注
- 302 瀏覽
添加回答
舉報
0/150
提交
取消