---
title: "ToastMagic v1.0.3 — Livewire Support Enhanced"
url: https://daily.dev/posts/toastmagic-v1-0-3-livewire-support-enhanced-bfubvemom
source_url: https://daily.dev/posts/toastmagic-v1-0-3-livewire-support-enhanced-bfubvemom
type: freeform
source: "All Laravel"
author: "Rabiul Islam"
published: 2025-05-26T05:27:29.706Z
updated: 2025-06-06T13:50:28.408Z
tags: ["javascript", "php", "laravel"]
reading_time: 1
upvotes: 49
comments: 10
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ToastMagic v1.0.3 — Livewire Support Enhanced

**[All Laravel](https://daily.dev/sources/alllaravel)** · [@devrabiul](https://daily.dev/devrabiul) · 1 min read · 49 upvotes · 10 comments

## Summary

ToastMagic v1.0.3 introduces enhanced Livewire v3 support with improved script loading, configurable settings, and seamless integration for toast notifications in Laravel applications. The update fixes JavaScript asset path issues and adds robust fallback mechanisms for better reliability.

## Content

## ToastMagic v1.0.3 Release Notes — Livewire Support Enhanced

### ✨ What's Fixed

* **Livewire Script Path Issues Resolved:**
  Fixed loading problems with Livewire v3 JavaScript assets to ensure correct path resolution and smooth integration.

* **Robust Fallbacks for Livewire Scripts:**
  Improved fallback logic for loading core toaster scripts when Livewire assets are unavailable, preventing broken toast notifications.

### 🚀 Improvements

* **Full Livewire v3 Support Added:**
  Seamless integration with Livewire v3 via `$this->dispatch('toastMagic', ...)` for easy toast notifications directly from Livewire components.

* **Configurable Livewire Settings:**
  New configuration options `'livewire_enabled' => true` and `'livewire_version' => 'v3'` allow developers to toggle and specify Livewire versions with ease.

* **Enhanced Developer Experience for Livewire Users:**
  Improved asset loading and event dispatching designed to work flawlessly with Livewire’s lifecycle and script management.

Please visit and give star 
https://github.com/devrabiul/laravel-toaster-magic

## Community discussion

Top comments from developers on daily.dev.

**@trfi** · 4 upvotes

> Please includes your link in the post

**@monzuralam** · 2 upvotes

> Amazing

**@devhasibulislam** · 1 upvotes

> Share link also along with the post!

**@jliter85** · 1 upvotes

> 🎉 Amazing work on the ToastMagic v1.0.3 release! The enhanced Livewire v3 support and those slick new configuration options are game-changers for seamless integration and a smoother dev experience. Fixing those script path issues and adding robust fallbacks? Pure brilliance—toast notifications are now unstoppable! Keep rocking it, this update is a huge win for the community! 🚀

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript), [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/toastmagic-v1-0-3-livewire-support-enhanced-bfubvemom)
