Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 1.87 KB

readme.md

File metadata and controls

70 lines (41 loc) · 1.87 KB

Lumen PHP Framework

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

Serving Your Application

php -S localhost:8000 -t public

Laravel-Modules

Package can be found on the nWidart Repository.

for more information check nWidart Website.

Artisan commands

php artisan module:make Course

php artisan module:make-migration create_courses_table Course

php artisan module:make-model Course Course

php artisan module:make-controller CourseController Course

php artisan module:disable Course

Dingo Api

Package can be found on the dingo Repository.

Laravel Debugbar

Package can be found on the barryvdh Repository.

REST format

"_debugbar": { "__meta": "php": "messages": "time": "memory": "exceptions": "views": "queries": "gate": }

Laravel Fractal

Package can be found on the spatie Repository.

for more information check Fractal Website.

Artisan commands

php artisan make:transformer CourseTransformer

JSON Web Token Authentication

Package can be found on the tymon Repository.

for more information check JWT Auth.

Redis Cache

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

for more information check Christophe videos.