How to Force/change default homepage of Laravel Nova ?
To Force the redirect of Laravel Nova I proceeded with modifications
#1 – Remove the default route definition

#2 – Address the ‘/nova’ path to just ‘/’

To Force the redirect of Laravel Nova I proceeded with modifications
#1 – Remove the default route definition
#2 – Address the ‘/nova’ path to just ‘/’
Comments