bpolaszek / webpush-bundle

Symfony Bundle: Send WebPush Notifications to your users.
MIT License
66 stars 40 forks source link

webpush:generate:keys command does not exist #15

Closed fd6130 closed 5 years ago

fd6130 commented 5 years ago

Hello, i am using SF 4.3. After i install this bundle, the php bin/console webpush:generate:keys is undefined and i don't see the configuration file either. How should i do?

bpolaszek commented 5 years ago

Hey there,

It looks like the bundle is no longer automatically registered in config/bundles.php, I was able to reproduce this. Can you please add it manually?

I'll try to have a look at this later.

bpolaszek commented 5 years ago

Fixed in 0.5.1. Thanks for reporting!