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

1.0.0.1 2025-07-26 21:13 UTC

This package is auto-updated.

Last update: 2025-10-26 21:47:44 UTC


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(<<