๐ Laravel Toaster Magic v1.2.0 โ Config Fix + Minor Improvements
This release focuses on fixing the positionClass
config issue and includes other small improvements to enhance your experience with Laravel Toaster Magic.
โ What's Fixed / Improved:
- ๐ ๏ธ Fixed Default Config โ
positionClass
The defaultpositionClass
inconfig/laravel-toaster-magic.php
is now correctly set to:
'positionClass' => 'toast-bottom-start',
If youโve not published the config, run:
php artisan vendor:publish --provider="Devrabiul\ToastMagic\ToastMagicServiceProvider"
-
โจ Improved Option Merging Logic
Custom options from yourconfig()
and runtime calls now merge more reliably. -
๐งน Minor Cleanup
Small internal cleanups for better code quality.
โ Upgrade Guide:
- Update package:
composer update devrabiul/laravel-toaster-magic
Or,
composer update
- Clear the cache (if needed):
php artisan config:clear
โ Special Thanks
Big thanks to @redredimano for reporting the config issue! โค๏ธ
Happy Toasting! ๐โจ
https://github.com/devrabiul/laravel-toaster-magic