kushal855/laravel5-lob

Lob Service Provider for Laravel 5

dev-master 2016-07-19 07:46 UTC

This package is not auto-updated.

Last update: 2024-03-25 11:58:18 UTC


README

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