Skip to content

Releases: laracasts/flash

2.0.0

14 Mar 16:01
Compare
Choose a tag to compare

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

22 Dec 15:53
Compare
Choose a tag to compare
Merge pull request #51 from zablose/master

Readme tiny update, forgotten code type.

1.3.3

01 Feb 20:06
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/laracasts/flash

1.3.2 Stable

01 Feb 19:54
Compare
Choose a tag to compare
Add note about flash helper function

Laravel 5 Provider Tweaks

01 Feb 19:19
Compare
Choose a tag to compare
1.3.1

Final adjustments for Laravel 5 support

1.3 Stable

13 Sep 15:56
Compare
Choose a tag to compare

Laravel 5 support.