Notifications not shown on redirect
I am trying to implement notifications outside the panel. Why isn't any notification shown when using redirects ?
Without redirects, it works (so yes, I have added
@livewire('notifications')
to the template.
My current usecase is verifying a registered email address and then redirect to the homepage, where I wanna show the user a notification, that it was a success.3 Replies
Laravel
Redirecting | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
no, because this is not a livewire component
If you follow this section, I think this should work.
Maybe you could provide a minimal repo on Github to reproduce this issue