sayeed/lumen-serve

Serve the application on the PHP development server

dev-main 2020-11-17 13:24 UTC

This package is auto-updated.

Last update: 2024-04-17 21:22:23 UTC


README

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 :)