Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 469 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 469 Bytes

Lumen PHP Framework - Boilerplate

Official Documentation

Documentation for the framework can be found on the Lumen website.

Installation

git clone https://github.com/fauzanelka/lumen-boilerplate.git
composer install

Serving Project

php -S localhost:8000 -t public

License

The Lumen framework is open-sourced software licensed under the MIT license.