Skip to content

Toast Push #538

Answered by usernotnull
IsaacHatilima asked this question in Q&A
May 23, 2024 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

To properly dispatch toasts from inside your livewire components, add the trait:

use Livewire\Component;
use Usernotnull\Toast\Concerns\WireToast;

class DemoComponent extends Component
{
use WireToast; // <-- add this

Did you add it?

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@IsaacHatilima
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by IsaacHatilima
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants