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

This package is auto-updated.

Last update: 2024-05-11 15:04:26 UTC


README

  • Add the package to your composer.json file and run composer update:
    {
      "require": {
          "holaluz/api": "0.1.*"
      }
    }
    

If using Laravel framework:

  • Add the service provider to your config/app.php file, inside the providers array: 'Holaluz\Api\ApiServiceProvider'
  • Add the service provider to your config/app.php file, inside the providers 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.