sayeed/lumen-serve

Serve the application on the PHP development server
52
Install
composer require sayeed/lumen-serve
PHP:^7.3
License:MIT
Last Updated:Nov 17, 2020
Links: GitHub  ·  Packagist
Maintainer: nilpahar

Lumen Serve in Artisan

Serve the application on the PHP development server.


Installation

Via Composer

$ composer require sayeed/lumen-serve

Open bootstrap/app.php and add the line below

$app->register(Sayeed\LumenServe\LumenServeProvider::class);

Uses

  1. Run php artisan serve to serve the application on the PHP development server

artisan_serve laravel

License

The lumen-serve is a open-source software licensed under the MIT License.

Credits

For any questions, you can reach out to the author of this package, Md. Hasan Sayeed.

Thank you for using it :)

Related Packages

ahmadsyamim/laravel-migrations-generator

Generates Laravel Migrations from an existing database

37 0
tumichnix/lumen-env

.env manipulator for the lumen-framework

5 0
webikevn/migration-generate

Generates Laravel Migrations from an existing database

138 1
cryental/lumen-artisan-serve

artisan serve for Lumen projects

224 0
mlntn/lumen-artisan-route-list

artisan route:list for Lumen projects

626 0