ordercloud/laravel-4

Ordercloud laravel helpers

1.0 2015-11-18 12:00 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:50:32 UTC


README

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