Skip to content

Releases: codezero-be/laravel-flash

Version 3.0.0

12 Mar 15:20
4037d69
Compare
Choose a tag to compare
  • Support only Laravel 10, 11 and newer #2

Version 2.5.0

01 Mar 11:58
662e230
Compare
Choose a tag to compare
  • Add support for Laravel 10 (#1)

Version 2.4.0

10 Feb 11:58
01a26f5
Compare
Choose a tag to compare
  • Add support for Laravel 9

Version 2.3.0

11 Apr 12:39
21c3b31
Compare
Choose a tag to compare
  • Add support for PHP 8

Version 2.2.0

07 Sep 15:31
Compare
Choose a tag to compare
  • Add support for Laravel 8

Version 2.1.0

03 Mar 20:29
Compare
Choose a tag to compare
  • Add support for Laravel 7

Version 2.0.1

14 Feb 19:18
Compare
Choose a tag to compare

Delete specific notification views and use default view.

You can publish the views and create specific views if needed to tweak them per app.
No styling is applied by default because it is impossible to know which CSS framework people are using.

Version 2.0.0

14 Feb 18:30
Compare
Choose a tag to compare
  • Completely rewrite the package!
  • Use better strategy for flash notification views
  • Make notification levels more flexible
  • Drop translation support (this can easily be done in the controller or view)
  • Drop dismissible option
  • Drop overlay level

Version 1.1.0

04 Jun 10:05
Compare
Choose a tag to compare
  • Enable package auto-discovery for Laravel 5.5

Version 1.0.0

14 May 23:31
Compare
Choose a tag to compare
  • Version 1.0.0 of Flash for Laravel 5.
  • Flash multiple messages to the session.
  • Optionally pass in a translator key to fetch a message translation.
  • Add dismissible option for alerts (defaults to true)