nikovonlas/flarum-ext-web-push

Adds Web Push notification feature to flarum with OneSignal service

Installs: 745

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 0

Forks: 3

Open Issues: 14

Type:flarum-extension


README

installation

Install manually:

composer require nikovonlas/flarum-ext-web-push

configuration

Upload files from /vendor/nikovonlas/flarum-ext-web-push/upload/ to you public folder. Activate the extension in the admin panel of your Flarum. Register in onesignal.com and create a new app an configure notifications as typical site, and use the Settings dialog in your website to configure the extension.

updating

composer update nikovonlas/flarum-ext-web-push
php flarum cache:clear

todo

  1. Subscribation variations to settings page
  2. Provide prompts from Onesignal
  3. Custom code site type

links

Flarum disscussion page

Packagist