Skip to content

this is a lumen + dingo + jwt+fractal+redis starter kit

Notifications You must be signed in to change notification settings

faghihi/Lumen_starterkit

Repository files navigation

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.

About

this is a lumen + dingo + jwt+fractal+redis starter kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published