📜  如何运行 laravel 项目 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:18.733000             🧑  作者: Mango

代码示例6
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
  */