laravel5-lob maintained by kushal855
Description
Lob Service Provider for Laravel 5
Author
Last update
2016/07/19 09:46
(dev-master)
License
Downloads
23
Tags
Lob for Laravel 5
Installation
In your Laravel project's composer.json file, add kushal855/laravel5-lob as a dependency in the require object:
"kushal855/laravel5-lob": "dev-master"
You do not need to add any other dependencies, as kushal855/laravel5-lob loads in the other dependencies automatically.
Finally, do a composer update.
Once installed, add the ServiceProvider to your provider array within config/app.php:
'providers' => [
....
/*
* Lob Service Provider
*/
'Kushal855\Laravel\LobServiceProvider',
]
Configuration
To publish a the package configuration file, run:
php artisan config:publish kushal855/laravel-lob