elfsundae/laravel-api is a Laravel package for laravel api client, token, and response..
It currently has 1 GitHub stars and 523 downloads on Packagist (latest version 1.8.0).
Install it with composer require elfsundae/laravel-api.
Discover more Laravel packages by elfsundae
or browse all Laravel packages to compare alternatives.
Last updated
You can install this package via the Composer manager:
$ composer require elfsundae/laravel-api
Then register the service provider by adding the following to the providers array in config/app.php:
ElfSundae\Laravel\Api\ApiServiceProvider::class,
And publish the config file:
$ php artisan vendor:publish --tag=laravel-api
$ composer test
This package is open-sourced software licensed under the MIT License.