Skip to content

Commit 1147202

Browse files
authored
Update README.md
One step is missing
1 parent ed04bdc commit 1147202

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)