You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,11 @@ First, you'll need to require the package with Composer:
14
14
composer require liliom/laravel-onesignal
15
15
```
16
16
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
17
22
18
23
Update your `config/app.php` by adding the following service provider.
0 commit comments