depsimon/laravel-notify is a Laravel package for an easy way to flash notifications.
It currently has 0 GitHub stars and 7 downloads on Packagist.
Install it with composer require depsimon/laravel-notify.
Discover more Laravel packages by depsimon
or browse all Laravel packages to compare alternatives.
Last updated
This package provides an easy way to flash notifications using bootstrap-notify.
Via Composer
$ composer require depsimon/laravel-notify
session()->flash('laravel-notify', ['message' => 'Profile updated!']);
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.