Replies: 1 comment
-
Not sure exactly how you're using Ziggy (e.g. |
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.
-
Does anyone know how to overwrite global route()?
I want to create a condition where, if the user accesses the app without a locale prefix in the URL, the app should use routes with the prefix
route('without-prefix.*')
How can I implement this behavior properly using Ziggy with Laravel 12, Inertia, and React?
route
:middleware
:app.tsx
:Beta Was this translation helpful? Give feedback.
All reactions