Releases: Grimthorr/laravel-toast
Releases · Grimthorr/laravel-toast
1.1.2
Added
- Add function
clear()
to remove all pending toast messages from the session (see #9, thanks @tiagozini).
1.1.1
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
Added
- Ability to show a title for each toast message using the optional parameter
$title
(see #1, thanks @rzimin).