holaluz / api
There is no license information available for the latest version (v0.1.8) of this package.
Simplifies working with holaluz API endpoints
v0.1.8
2016-08-24 18:43 UTC
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ~6.0
- illuminate/support: 5.*
README
- Add the package to your
composer.json
file and runcomposer update
:{ "require": { "holaluz/api": "0.1.*" } }
If using Laravel framework:
- Add the service provider to your
config/app.php
file, inside theproviders
array:'Holaluz\Api\ApiServiceProvider'
- Add the service provider to your
config/app.php
file, inside theproviders
array:'HolaluzApi' => Holaluz\Api\Facades\HolaluzApi::class
- Publish the config file by running the following command in the terminal:
php artisan vendor:publish
- Edit the config files:
config/holaluzapi.php
for Holaluz Api client specific options.