davibennun / laravel-push-notification

Laravel package to enable sending push notifications to devices
1.23k stars 259 forks source link

Laravel 5.5.33 push-notification.php not generating #193

Open mavinothkumar opened 6 years ago

mavinothkumar commented 6 years ago

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"

G3z commented 6 years ago

same in 5.6.5

G3z commented 6 years ago

my bad in my case service provider was not correctly set ( Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider::class ). fixed for me