linhdanchu/lumen-artisan-serve

为 lumen 框架提供的 php artisan serve 命令

dev-master 2019-11-22 19:13 UTC

This package is auto-updated.

Last update: 2024-09-23 12:59:33 UTC


README

为 lumen 框架提供的 php artisan serve 命令

安装

  1. composer require linhdanchu/lumen-artisan-serve
  2. boostrap\app.php 中注册服务提供者 $app->register(Linhdanchu\LumenServe\CommandServeServiceProvider::class)
  3. 运行 php artisan serve