Skip to content

Releases: letrunghieu/laravel-alert

v2.1.1

Choose a tag to compare

@letrunghieu letrunghieu released this 13 Aug 10:12

Fix bug with the alert error class

v2.1.0

Choose a tag to compare

@letrunghieu letrunghieu released this 11 Apr 15:04

For Laravel 5

  • Create success/info/warning/error messages
  • Flash those message to the next request
  • Display those message with custom view (default to Bootstrap 3 alert)
  • Can append additional validation errors when displaying

v1.1.0

Choose a tag to compare

@letrunghieu letrunghieu released this 11 Apr 15:03

For Laravel 4

  • Create success/info/warning/error messages
  • Flash those message to the next request
  • Display those message with custom view (default to Bootstrap 3 alert)
  • Can append additional validation errors when displaying