Looking to hire Laravel developers? Try LaraJobs

laravel-4 maintained by ordercloud

Description
Ordercloud laravel helpers
Author
Last update
2015/11/18 13:00 (dev-master)
License
Links
Downloads
11

Comments
comments powered by Disqus

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