beautycoding / apiutils
1.4.1
2016-03-31 11:31 UTC
Requires
- barryvdh/laravel-cors: ^0.8.0
This package is not auto-updated.
Last update: 2026-03-01 02:07:20 UTC
README
In order to install Laravel 5 ApiUtils, just add
"beautycoding/apiutils": "dev-master"
to your composer.json. Then run composer install or composer update,
or just type in terminal:
composer require beautycoding/apiutils
Then in your config/app.php add
BeautyCoding\ApiUtils\Providers\ApiUtilsServiceProvider::class,
Publish config:
php artisan vendor:publish
Edit config file config/apiutils.php to set default response type.
You can write and set own class