We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed04bdc commit 1147202Copy full SHA for 1147202
README.md
@@ -36,8 +36,12 @@ If you are using Laravel 5.5 or higher this package will automatically register
36
...
37
NotificationChannels\ExpoPushNotifications\ExpoPushNotificationsServiceProvider::class,
38
],
39
-```
40
+```
41
+Before publish exponent notification migration you must add in .env file:
42
+```bash
43
+EXPONENT_PUSH_NOTIFICATION_INTERESTS_STORAGE_DRIVER=database
44
45
You can publish the migration with:
46
```bash
47
php artisan vendor:publish --provider="NotificationChannels\ExpoPushNotifications\ExpoPushNotificationsServiceProvider" --tag="migrations"
0 commit comments