mario1515 / flash-notification
A Laravel facade for multi flash messages (success, error, info, etc.)
dev-main
2025-10-31 14:28 UTC
Requires
- php: >=8.1
- illuminate/support: ^10.0 || ^11.0 || ^12.0
This package is auto-updated.
Last update: 2026-03-01 00:48:30 UTC
README
A Laravel package that provides a simple and elegant way to handle flash notifications such as success, error, info, and warning messages.
It supports both Facade and Global Helper usage for maximum flexibility.
Installation
Require the package using Composer:
composer require mario1515/flash-notification