ordercloud/laravel-4

Ordercloud laravel helpers

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/ordercloud/laravel-4

1.0 2015-11-18 12:00 UTC

This package is not auto-updated.

Last update: 2025-09-27 22:43:54 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