Is there a way to generate a VAPID key in Laravel for WebPush Notifications?

1.2k Views Asked by At

I'm trying a developing a notifcation function in Laravel. I've tried generating a VAPID key for my Laravel Project. After I'm done entering

php artisan webpush:vapid

in my CLI, the result I get is

RuntimeException Unable to create the key.

.

1

There are 1 best solutions below

0
On

If the remaining error message has OpenSSL e.g:

Jose\Component\Core\Util\ECKey::createECKeyUsingOpenSSL("P-256")

you would need to download and install OpenSSL