Package Data | |
---|---|
Maintainer Username: | kushal855 |
Maintainer Contact: | kushal855@gmail.com (Kushal I S) |
Package Create Date: | 2016-07-07 |
Package Last Update: | 2016-07-19 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-12 15:05:08 |
Package Statistics | |
---|---|
Total Downloads: | 23 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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',
]
To publish a the package configuration file, run:
php artisan config:publish kushal855/laravel-lob