Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Releases: Grimthorr/laravel-toast

1.1.2

20 Sep 13:43
2783fc1
Compare
Choose a tag to compare

Added

  • Add function clear() to remove all pending toast messages from the session (see #9, thanks @tiagozini).

1.1.1

10 Apr 11:21
Compare
Choose a tag to compare

Added

  • Add package discovery to composer.json for Laravel 5.5 (see #5, thanks @piperone).
  • Add mention of autodiscovery to README for Laravel 5.5 (see #4 and #7, thanks @lukeramsden, @errogaht).

1.1.0

24 Mar 11:19
Compare
Choose a tag to compare

Added

  • Ability to show a title for each toast message using the optional parameter $title (see #1, thanks @rzimin).

1.0.0

09 Mar 10:48
Compare
Choose a tag to compare

Initial release.