lindanchu / lumen-artisan-serve by Linhdanchu

A command php artisan serve for lumen framework
88
0
1
Package Data
Maintainer Username: Linhdanchu
Package Create Date: 2019-11-22
Package Last Update: 2019-11-23
Language: PHP
License: MIT
Last Refreshed: 2024-05-11 03:24:53
Package Statistics
Total Downloads: 88
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

lumen-serve

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