Stars: 539
Forks: 140
Pull Requests: 29
Issues: 41
Watchers: 26
Last Updated: 2021-01-08 15:36:45
Laravel Web Push Notifications Demo
License: MIT License
Languages: PHP, Vue, Shell, Blade
A demo for the Laravel Web Push notification channel.
git clone https://github.com/cretueusebiu/laravel-web-push-demo.gitcd laravel-web-push-democp .env.example .envcomposer installphp artisan key:generate.env
PUSHER_APP_ID, PUSHER_APP_KEY, PUSHER_APP_SECRET from Pusher and BROADCAST_DRIVER=pusherphp artisan migratephp artisan webpush:vapid - Generates the VAPID keys required for browser authentication.npm install and npm run devSee the Push API browser compatibility.
Please see CHANGELOG for more information what has changed recently.