Alymosul / laravel-exponent-push-notifications

Exponent push notifications driver for laravel 5
MIT License
144 stars 77 forks source link

Can't publish the migration #79

Closed hussenk closed 2 years ago

hussenk commented 3 years ago

I tried to publish the migration with:

php artisan vendor:publish --provider="NotificationChannels\ExpoPushNotifications\ExpoPushNotificationsServiceProvider" --tag="migrations" it's returned with : Unable to locate publishable resources.

saviorocha commented 2 years ago

I was also getting this error. It worked after running the command: php artisan config:cache