github devrabiul/laravel-toaster-magic v1.2
๐Ÿž Laravel Toaster Magic v1.2 โ€” Config Fix + Minor Improvements

latest releases: v1.4, v1.3
2 months ago

๐Ÿž 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 default positionClass in config/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 your config() and runtime calls now merge more reliably.

  • ๐Ÿงน Minor Cleanup
    Small internal cleanups for better code quality.


โœ… Upgrade Guide:

  1. Update package:
composer update devrabiul/laravel-toaster-magic

Or,

composer update
  1. 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

Don't miss a new laravel-toaster-magic release

NewReleases is sending notifications on new releases.