π¦ Release v1.1 Β· Laravel Toaster Magic
I'm excited to announce v1.1 of Laravel Toaster Magic β a smooth and powerful toast notification package for Laravel and Livewire.
β¨ What's New
-
π₯ Material Design Theme
- A fresh new look inspired by Material Design β modern, clean, and user-friendly.
- Improved color scheme and animations to make your toasts more engaging.
π Fixes
-
β Auto Asset Update Issue Fixed
- No more stale assets β the package now properly refreshes its CSS/JS assets after updates or deployments.
-
β Livewire JavaScript Compatibility Fixed
- Resolved issues related to Livewire JS not triggering toast events reliably.
- Now works seamlessly with Livewireβs
wire:navigate
andLivewire.on()
events.
π Upgrade Guide
-
Run:
composer update devrabiul/laravel-toaster-magic
-
(Optional) Re-publish the assets to get the new Material theme:
php artisan vendor:publish --provider="Devrabiul\ToastMagic\ToastMagicServiceProvider"
Thank you for using Laravel Toaster Magic!
βοΈ Star the repo if you find it useful. Contributions and feedback are always welcome!