Looking to hire Laravel developers? Try LaraJobs

sportily-laravel-api-client maintained by sportily

Description
A Sportily API client library for Laravel
Last update
2019/02/25 10:32 (dev-master)
License
Downloads
788
Tags

Comments
comments powered by Disqus

Sportily API Client for Laravel

Description coming soon...

Installation

Composer is the recommended way to install this package. Add the following line to your composer.json file:

"sportily/sportily-laravel-api-client": "dev-master@dev"

Then run composer update to get the package.

Once composer has installed the package this the following line to the providers array, located in your config/app.php file:

Sportily\Api\ApiServiceProvider::class,

Next, run php artisan vendor:publish to publish this package's configuration. You should not need to edit the configuration file.