kushal855 / laravel5-lob by kushal855

Lob Service Provider for Laravel 5
23
0
1
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: 2024-05-18 03:02:01
Package Statistics
Total Downloads: 23
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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