mhauri/laravel-api-bundle

Laravel API Bundle

1.1.0 2024-05-04 12:25 UTC

This package is auto-updated.

Last update: 2024-05-04 12:42:07 UTC


README

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.

Donate via PayPal

Installation

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"

Replace the default RouteServiceProvider

In config/app.php replace:

App\Providers\RouteServiceProvider::class,

with:

MHauri\ApiBundle\Providers\ApiRouteServiceProvider::class,

Issues

If you have any issues with this project, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute is to open a pull request on GitHub.

Developer

Marcel Hauri, and all other contributors

License

MIT