Hello !
Is it possible to generate routes correctly with Inertia using your package ?
With Inertia, the Ziggy library is used. After debugging, my route list contains for example:
- en.
- en.dashboard
- en.list.
- ...
And calling route('dashboard') function in inertia does not work.