- REST API boilerplate for Lumen micro-framework with MongoDB database.
- Implements JSON API and OAuth2 authentication.
- Lightweight and super-fast due to leveraging PHP OPcache for caching data output.
git clone https://github.com/elcobvg/rest-api-lumen.gitcd rest-api-lumencp .env.example .envcomposer install- Edit
.envand set your MongoDB connection details php artisan migratephp artisan passport:install