不能 运行 流明 Laravel
Can't run Lumen Laravel
我有一个非常愚蠢的问题。我是流明的新人。我发现在 5.2 和 5.3 中没有命令 php artisan serve
。我怎样才能 运行 它使用 xampp?
您可以在 cli php -S localhost:8000 -t public
的项目根目录中使用 php 内置服务器
我有一个非常愚蠢的问题。我是流明的新人。我发现在 5.2 和 5.3 中没有命令 php artisan serve
。我怎样才能 运行 它使用 xampp?
您可以在 cli php -S localhost:8000 -t public