jarir-ahmed / notification-system
A simple notification system to display messages on the front end.
1.0.0.0
2024-10-08 22:57 UTC
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(<<