ordercloud / laravel-5
Ordercloud laravel helpers
dev-master
2015-11-18 14:03 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:23:38 UTC
README
Laravel 5 extensions for ordercloud client
Installation
Add the following to your require block in composer.json config
"ordercloud/laravel-5": "1.0"
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
And add the AccessToken middleware
Ordercloud\Laravel\Auth\AccessTokenMiddleware::class
Publish the config fie
php artisan vendor:publish --provider="Ordercloud\Laravel\Providers\OrdercloudServiceProvider"