From 16a087fa83defd5f1b65d4f0cf1b102009c8b14f Mon Sep 17 00:00:00 2001 From: Alex Slaughter Date: Tue, 24 May 2016 18:29:05 -0400 Subject: [PATCH] update install in readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 63e5086..3a55656 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,16 @@ Using Composer: ``` ## Configuration +config/app.php +```php +'providers' => [ + 'Shadow\IntercomLaravel\ServiceProvider', +], +'aliases' => [ + 'Intercom' => 'Shadow\IntercomLaravel\Facade', +], +``` + config/services.php ```php 'intercom' => [