primix/notifications

Notification system for Primix admin panel framework

Maintainers

Package info

github.com/livue-laravel/notifications

pkg:composer/primix/notifications

Statistics

Installs: 1

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.8 2026-03-16 03:35 UTC

This package is auto-updated.

Last update: 2026-03-16 04:10:19 UTC


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