devgowa/lumen-serve

A command php artisan serve for lumen framework

Installs: 349

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 3

pkg:composer/devgowa/lumen-serve

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

This package is not auto-updated.

Last update: 2025-10-12 11:21:20 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