jarir-ahmed / notification-system
A simple notification system to display messages on the front end.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jarir-ahmed/notification-system
Requires
- php: >=7.2
README
"# jarir-ahmed-notification-system"
Install: composer require jarir-ahmed/notification-system
Example Useage:
'success', 'message' => 'This is a success notification.'], (object)['type' => 'warning', 'message' => 'This is a warning notification.'], (object)['type' => 'error', 'message' => 'This is an error notification.'], (object)['type' => 'info', 'message' => 'This is an info notification.'], ]); // Register JS to trigger notifications using the included script $this->registerJs(<<