如果你在本地安装了 PHP,并且你想使用 PHP 内置的服务器来为你的应用程序提供服务,则可以使用 Artisan 命令 serve。该命令会在 http://localhost:8000 上启动开发服务器:
serve
http://localhost:8000
php artisan serve
你也可以通过 Homestead 和 Valet 获得更加强大的本地开发能力。
关闭