This project is focused on API development.
Download the from here
git clone git@github.com:KyawNaingTun/lumen-neo4j.git
cd lumen-neo4j
composer install
php -S localhost:8000 -t public
Open http://localhost:8000
in your favorite browser.
- Users, Roles and Permissions management
- Ready to use token based API
- Readable Neo Eloquent
This project is currently used by-
For role and permission management: Zizaco/Entrust
For API:Dingo/API
For JWT Token:Tymon/jwt-auth
For Eloquent: Vinelab/NeoEloquent