This is an example Restful API using Lumen 5.3.2
- JWT Authentication using [Tymondesigns/ jwt-auth] (https://github.com/tymondesigns/jwt-auth)
- RESTful routing and errors
- Models with proper relationships
- Rate Limit
- Clone this repo or download it's release archive and extract it somewhere
- You may delete
.gitfolder if you get this code viagit clone - Run
composer install - Run
php artisan jwt:generate - Configure your
.envfile for authenticating via database. - Run
php artisan migrate --seed - Run
php -S localhost:8000 -t public/to start server.
The application is open-sourced software licensed under the MIT license