beautycoding / apiutils
Installs: 112
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:utils
Requires
- barryvdh/laravel-cors: ^0.8.0
This package is not auto-updated.
Last update: 2024-11-09 18:43:39 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