Skip to content

Commit aaea943

Browse files
committed
update readme to list laravel 5.5 package auto discovery option
1 parent dd94cb2 commit aaea943

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ First, you'll need to require the package with Composer:
1414
composer require liliom/laravel-onesignal
1515
```
1616

17+
### Laravel 5.5 and up
18+
19+
You don't have to do anything else, this package uses the Package Auto-Discovery feature, and should be available as soon as you install it via Composer.
20+
21+
### Laravel 5.4 and down
1722

1823
Update your `config/app.php` by adding the following service provider.
1924

0 commit comments

Comments
 (0)