ordercloud / ordercloud-laravel-4 by m-nel

Ordercloud laravel helpers
11
0
4
Package Data
Maintainer Username: m-nel
Maintainer Contact: michael@ordercloud.co.za (Michael Nel)
Package Create Date: 2015-11-18
Package Last Update: 2015-11-18
Language: PHP
License: MIT
Last Refreshed: 2024-11-24 15:06:01
Package Statistics
Total Downloads: 11
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 4
Total Forks: 0
Total Open Issues: 0

Ordercloud Laravel 4 extensions

Laravel 4 extensions for ordercloud client

Installation

Add the following to your require block in composer.json config "ordercloud/laravel": "dev-master"

Configuration

To install into a Laravel project, first do the composer install then add the ServiceProvider to your config/app.php service providers list.

Ordercloud\Laravel\Providers\OrdercloudServiceProvider::class 

Publish the config fie

php artisan config:publish ordercloud/laravel-4