Skip to content

Commit

Permalink
update install in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
slaughter550 committed May 24, 2016
1 parent 5671ab9 commit 16a087f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit 16a087f

Please sign in to comment.