Skip to content

Commit 7fd8191

Browse files
authored
Merge pull request #34 from shalvah/patch-1
Make setup instructions a bit clearer
2 parents fb267e6 + 548566a commit 7fd8191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Require this package, with [Composer](https://getcomposer.org/), in the root dir
2929
$ composer require pusher/pusher-http-laravel
3030
```
3131

32-
Add the service provider to `config/app.php` in the `providers` array, or if you're using Laravel 5.5, this can be done via the automatic package discovery.
32+
Add the service provider to `config/app.php` in the `providers` array. If you're using Laravel 5.5 or greater, there's no need to do this.
3333

3434
```php
3535
Pusher\Laravel\PusherServiceProvider::class
@@ -46,7 +46,7 @@ If you want you can use the [facade](http://laravel.com/docs/facades). Add the r
4646
Laravel Pusher requires connection configuration. To get started, you'll need to publish all vendor assets:
4747

4848
```bash
49-
$ php artisan vendor:publish
49+
$ php artisan vendor:publish --provider="Pusher\Laravel\PusherServiceProvider"
5050
```
5151

5252
This will create a `config/pusher.php` file in your app that you can modify to set your configuration. Also, make sure you check for changes to the original config file in this package between releases.

0 commit comments

Comments
 (0)