primix / notifications
Notification system for Primix admin panel framework
0.1.8
2026-03-16 03:35 UTC
Requires
- php: ^8.2
- primix/support: 0.1.8
README
primix/notifications is an official package in the Primix ecosystem.
It is part of the Primix framework and manages the notifications shown to panel users.
What it is for
- Show flash notifications for immediate feedback (success, error, warning, info).
- Support persistent database notifications when history is needed.
- Keep notification behavior consistent across the panel.
Installation
Recommended for full Primix projects:
composer require primix/primix
Standalone module installation:
composer require primix/notifications