📅  最后修改于: 2022-03-11 14:54:45.708000             🧑  作者: Mango
代码示例1
# specify port
$ php artisan serve --port=8080
# specify host and port
$ php artisan serve --host=localhost --port=8080