dev-master
9999999-dev https://github.com/kushal855/laravel5-lobLob Service Provider for Laravel 5
MIT
The Requires
- php >=5.3.0
- illuminate/support 5.x
- lob/lob-php 1.4.x
by Kushal I S
lob lob laravel 5
Wallogit.com
2017 © Pedro Peláez
Lob Service Provider for Laravel 5
In your Laravel project's composer.json file, add kushal855/laravel5-lob as a dependency in the require object:, (*1)
"kushal855/laravel5-lob": "dev-master"
You do not need to add any other dependencies, as kushal855/laravel5-lob loads in the other dependencies automatically., (*2)
Finally, do a composer update., (*3)
Once installed, add the ServiceProvider to your provider array within config/app.php:, (*4)
'providers' => [
....
/*
* Lob Service Provider
*/
'Kushal855\Laravel\LobServiceProvider',
]
To publish a the package configuration file, run:, (*5)
php artisan config:publish kushal855/laravel-lob
Lob Service Provider for Laravel 5
MIT
lob lob laravel 5