📅  最后修改于: 2022-03-11 14:54:18.733000             🧑  作者: Mango
php artisan serve
// The original answer is:
/*
The full command works like this:
php artisan serve --host= --port=
php artisan serve --host=127.0.0.1 --port=8080
*/