No base path route names not working for login and register
I removed the base path from 'app' to ''. Now the route names are gone and I can't get to my filament login or register.
I think the issue is its trying to use laravel auth and erroring out.
If I remove the auth.php from the web routes file, should that take care of it without breaking anything.
I think the issue is its trying to use laravel auth and erroring out.
If I remove the auth.php from the web routes file, should that take care of it without breaking anything.