I can't get flash messages to the frontend #391
-
following the instructions on https://inertiajs.com/shared-data#flash-messages I am on Laravel 8 and manually installed inertia
app.js
Controller Method that does the redirect
HandlleInertiaRequests.php Middleware
Register.vue (Component that displays the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
for some reason the |
Beta Was this translation helpful? Give feedback.
-
I think this is the issue here. There is no |
Beta Was this translation helpful? Give feedback.
I think this is the issue here. There is no
withFlash()
method in Laravel. Just usewith()
, as you discovered. 👍