在哪里更改 Masonite 中的 HTTP 端口设置?

Where to change HTTP port setting in Masonite?

当我 运行 craft serve 并且它在 8000 端口上提供网页时。

是否有我可以更改端口的任何设置,以便我可以 运行 服务器在 3000 端口或其他东西上?

If that port is blocked you can specify a port by running:

$ craft serve --port 8080

Source

所以只需使用:

craft serve --port 3000