You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Laravel 5.5.33 push-notification.php not generating in config file though after running php artisan vendor:publish --provider="Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider" --tag="config"
The text was updated successfully, but these errors were encountered:
my bad in my case service provider was not correctly set ( Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider::class ).
fixed for me
Hi
In Laravel 5.5.33 push-notification.php not generating in config file though after running
php artisan vendor:publish --provider="Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider" --tag="config"
The text was updated successfully, but these errors were encountered: