Notifications
Check the Readme on how to integrate Notifications into your website/application.
Configuration
To configure the plugin, follow these instructions.
Copy the
config.php
file toconfig/notifications.php
in your application.Make sure your notifications are autoloaded by adding the following to your
composer.json
and runnningcomposer dump -o
"autoload": {
"psr-4": {
"app\\notifications\\": "./notifications"
}
},
For more info on how to send notifications, please check the README
Free
Package Name
To install this plugin, search for its package name on the Plugin Store and click “Install”.