flash
flash copied to clipboard
Easy flash notifications
This is an awesome package and very useful. I created a one-video tutorial for this package. Please add it to the doc. so, it helps people. Thanks for this great...
`composer install` no longer works as `mockery/mockery` branch no longer exists. It's been renamed to `main`. ``` Your requirements could not be resolved to an installable set of packages. Problem...
example about how to use flash message with bootstrap 5: ```php flash('message')->error()->important()->bs5(); ```
Updated Readme.md file. Added error(), primary(), secondary(), light() and dark() themes. Added dismissible() and fixed() options. Added alert.blade.php file.
The order of the close button and title was incorrect IMHO. I swapped them over.
Was displaying 1 instead of "flash-modal" or user defined $modalClass in the view.
There are four "standard" [bootstrap alert classes](https://getbootstrap.com/docs/4.4/components/alerts/#link-color) in addition to the other less standard alerts. The four "proper" alert types are success, info, warning and danger. The `alert-danger` class does...
To be able to display flash messages accross multiple page requests which add additional flash messages the flash_notification session key needs to be preserved. This solves #128 for me. With...
Changed it so that anything above 5.0.0 is acceptable. The likelihood of a Laravel version bringing a breaking change for this package is extremely low and this saves adding a...