linhdanchu/lumen-artisan-serve

A command php artisan serve for lumen framework

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

This package is auto-updated.

Last update: 2024-04-23 12:08:34 UTC


README

Command php artisan serve for lumen framework

Installation

  1. composer require linhdanchu/lumen-artisan-serve
  2. Register service provider in boostrap\app.php with $app->register(Linhdanchu\LumenServe\CommandServeServiceProvider::class)
  3. Run php artisan serve