ordercloud / laravel-4
Ordercloud laravel helpers
1.0
2015-11-18 12:00 UTC
Requires
Requires (Dev)
- phpspec/nyan-formatters: 1.0.1
- phpspec/phpspec: 2.2.0
This package is not auto-updated.
Last update: 2024-11-23 18:43:51 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