Calling Nova Toast from routes or controllers or tools #5533
Replies: 1 comment
-
|
Duplicate of #5434 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the only two ways I know of that you can call Nova 4 toast message is thru:
Is there a way to do it from a Controller? or Route? or the Tools?
I have been trying things all day like this, and can't figure it out
I also tried
return Inertia::location('/resources/users')->with('message', 'This is a success message!');Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions