Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 754 Bytes

File metadata and controls

19 lines (11 loc) · 754 Bytes

Laravel API Starter Using DingoAPI and Laravel Passport

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.

License

The Laravel framework is open-sourced software licensed under the MIT license.

Setup

  • 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.