2017 © Pedro Peláez
 

library axcelerate-laravel

A Laravel service provider for flipninja/axcelerate-php.

image

flipninja/axcelerate-laravel

A Laravel service provider for flipninja/axcelerate-php.

  • Monday, May 8, 2017
  • by joelshepherd
  • Repository
  • 9 Watchers
  • 0 Stars
  • 1,176 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 37 % Grown

The README.md

flipninja/axcelerate-laravel

A Laravel service provider for flipninja/axcelerate-php., (*1)

http://flip.ninja/ https://www.axcelerate.com.au/, (*2)

Usage

Config

Add the following to your config/services.php, (*3)

<?php


return [
    // ...
    'axcelerate' => [
        'apiToken' => env('AXCELERATE_APITOKEN'),
        'wsToken' => env('AXCELERATE_WSTOKEN')
    ],
];

Append AXCELERATE_APITOKEN AXCELERATE_WSTOKEN keys to your .env., (*4)

Provider

For Laravel, add the service provider to your provider array in config/app.php, (*5)

<?php

return [
    // ...
    'providers' => [
        FlipNinja\AxcelerateLaravel\AxcelerateServiceProvider::class
    ]
];

The Versions

08/05 2017

dev-master

9999999-dev

A Laravel service provider for flipninja/axcelerate-php.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lachlan du Preez

08/05 2017

0.2.1

0.2.1.0

A Laravel service provider for flipninja/axcelerate-php.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lachlan du Preez

25/10 2016

0.2.0

0.2.0.0

A Laravel service provider for flipninja/axcelerate-php.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lachlan du Preez

21/10 2016

0.1.0

0.1.0.0

A Laravel service provider for flipninja/axcelerate-php.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lachlan du Preez