Skip to content

Lumen boilerplate using passport with basic crud, role and permission management

Notifications You must be signed in to change notification settings

arif-x/lumen-boilerplate

Repository files navigation

Lumen PHP Framework

Build Status Total Downloads Latest Stable Version License

Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.

How to Use?

  • Clone this repo git clone https://github.com/arif-x/lumen-boilerplate
  • Run cd lumen-boilerplate && composer install
  • Run cp .env.example .env
  • Run php artisan key:generate && php artisan migrate:fresh --seed && php artisan passport:install
  • Run php artisan swagger-lume:generate && php artisan serve

Official Documentation

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

Contributing

Thank you for considering contributing to Lumen! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Lumen, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.

License

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

About

Lumen boilerplate using passport with basic crud, role and permission management

Resources

Stars

Watchers

Forks