| Package Data | |
|---|---|
| Maintainer Username: | m-nel |
| Maintainer Contact: | michael@ordercloud.co.za (Michael Nel) |
| Package Create Date: | 2015-11-18 |
| Package Last Update: | 2015-11-18 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-12-13 03:03:20 |
| Package Statistics | |
|---|---|
| Total Downloads: | 11 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 3 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
Laravel 5 extensions for ordercloud client
Add the following to your require block in composer.json config
"ordercloud/laravel-5": "1.0"
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"