devgowa/lumen-serve

A command php artisan serve for lumen framework

dev-master 2021-07-27 00:06 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:55:17 UTC


README

Command php artisan serve for lumen framework

Installation

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

Disclaimer

Just copied from laravel/framework by @taylorotwell