-
Beta Was this translation helpful? Give feedback.
Answered by
JenuelDev
Apr 16, 2021
Replies: 1 comment
-
|
This is how I answered this problem of mine. First after changing I changed my route to something this: Route::get('/{any}', [SpaController::class, 'index'])->where('any', '^(?!admin|nova).*$')->name('_nuxt'); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JenuelDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This is how I answered this problem of mine.
First after changing
urlinconfig/nova,phpto/adminand since I am using SPA on my home route which is ''/",
I changed my route to something this: