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"
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"