beautycoding/apiutils

1.4.1 2016-03-31 11:31 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:47:51 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

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