Browser notifications
- PHP 7.1+
- gmp
- Grab your VAPID keys by running
php cli/generate-vapid-keys.php - Grab your endpoint from your browser by running
php -S localhost:1337while in/publicand visiting - Put all above into
/config/config.php. You can find the sample in/config - Run
php cli/sendNotification.php
Experimenting with Push API