This package is meant to provide you, with a set of tools to help you easily and quickly build your own Laravel API. While the goal of this package is to remain as flexible as possible it still won't cover all situations and solve all problems.
composer require mhauri/laravel-api-bundle
If you'd like to make configuration changes in the configuration file you can publish it with the following Artisan command (otherwise, this step is not needed):
php artisan vendor:publish --provider="MHauri\ApiBundle\Providers\ApiServiceProvider"
In config/app.php
replace:
App\Providers\RouteServiceProvider::class,
with:
MHauri\ApiBundle\Providers\ApiRouteServiceProvider::class,
If you have any issues with this project, open an issue on GitHub.
Any contribution is highly appreciated. The best way to contribute is to open a pull request on GitHub.
Marcel Hauri, and all other contributors