Skip to content

Commit 72c6e17

Browse files
authored
Merge pull request #19 from iulian34/patch-1
Update README.md
2 parents ed04bdc + 1147202 commit 72c6e17

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@ If you are using Laravel 5.5 or higher this package will automatically register
3636
...
3737
NotificationChannels\ExpoPushNotifications\ExpoPushNotificationsServiceProvider::class,
3838
],
39-
```
4039

40+
```
41+
Before publish exponent notification migration you must add in .env file:
42+
```bash
43+
EXPONENT_PUSH_NOTIFICATION_INTERESTS_STORAGE_DRIVER=database
44+
```
4145
You can publish the migration with:
4246
```bash
4347
php artisan vendor:publish --provider="NotificationChannels\ExpoPushNotifications\ExpoPushNotificationsServiceProvider" --tag="migrations"

0 commit comments

Comments
 (0)