mlntn/lumen-artisan-serve

artisan serve for Lumen projects

Maintainers

Package info

github.com/mlntn/lumen-artisan-serve

Homepage

pkg:composer/mlntn/lumen-artisan-serve

Statistics

Installs: 95 695

Dependents: 2

Suggesters: 0

Stars: 49

Open Issues: 0

1.5 2021-06-06 14:04 UTC

This package is not auto-updated.

Last update: 2026-03-15 03:23:20 UTC


README

artisan serve for Lumen projects

Installation

  1. composer require mlntn/lumen-artisan-serve "~1"

  2. Add the following line to the $commands array in app/Console/Kernel.php:

    \Mlntn\Console\Commands\Serve::class,

  3. artisan serve

Disclaimer

I didn't write most of this code. It comes straight from laravel/framework by @taylorotwell. I did have to tweak a few things to get it going for Lumen. Enjoy!