Releases: laracasts/flash
Releases · laracasts/flash
2.0.0
Most important is that this package no longer adds the dismissable "x" by default. To mark a flash message as important, call the important
method, like this:
flash('This is important')->important();
With this update, the default action is to not display the "X". Instead, you might write a quick bit of JavaScript to automatically fade out the flash message, after a few seconds or so.
1.3.4
Merge pull request #51 from zablose/master Readme tiny update, forgotten code type.
1.3.3
1.3.2 Stable
Add note about flash helper function
Laravel 5 Provider Tweaks
1.3.1 Final adjustments for Laravel 5 support
1.3 Stable
Laravel 5 support.