You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2023. It is now read-only.
Laravel API starter Kit will provide you with the tools for making API's that everyone will love, API Authentication is already provided with passport.
When you have the .env with your database connection set up you can run your migrations
php artisan migrate
Then run php artisan passport:install
Run php artisan db:seed and you should have a new user with the roles and permissions set up
Tests
Navigate to the project root and run vendor/bin/phpunit after installing all the composer dependencies and after the .env file was created.
API documentation
The project uses API blueprint as API spec and Aglio to render the API docs, please install aglio and merge-apib in your machine and then you can run the following command to compile and render the API docs
composer api-docs
License
The Laravel API Starter kit is open-sourced software licensed under the MIT license
About
Laravel API starter Kit will provide you with the tools for making API's that everyone will love