Laravel API Starter using DingoAPI and Laravel Passport for authentication provides you the opportunity to start your next API dependent project by just focusing on your endpoints and less about setting up your system. Actively under development
Readme to be improved.
The Laravel framework is open-sourced software licensed under the MIT license.
- Run
composer install
- Save
.env.example
to.env
- Run
php artisan key:generate
- Update db details on .env file and Run
php artisan migrate
- Run
php artisan passport:install
and update the .env file with the generated keys as appropriate.