Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
¨Goodness committed May 26, 2017
1 parent 891b60b commit 56c6b16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Readme.md
Expand Up @@ -38,6 +38,11 @@ Once the package is done being installed, register the service provider. Open `c
]
```

Finally, this project requires GuzzleHttp Client. Install it by running this in your terminal
```
composer require guzzlehttp/guzzle
```

## Configure
Publish the config file `LaravelSlack.php` to config folder,
the **Views** folder of the package named **Slack** to the `resources/views` folder and `LaravelSlackController.php` to `App\Http\Controller` folder
Expand Down

0 comments on commit 56c6b16

Please sign in to comment.