Closed hussenk closed 2 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.
php artisan vendor:publish --provider="NotificationChannels\ExpoPushNotifications\ExpoPushNotificationsServiceProvider" --tag="migrations"
Unable to locate publishable resources.
I was also getting this error. It worked after running the command: php artisan config:cache
php artisan config:cache
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.