bitfumes / laravel-multiauth

Multi Auth and admin auth in Laravel Project
MIT License
470 stars 105 forks source link

routes not working after clearing route cache #103

Closed uniqueginun closed 4 years ago

uniqueginun commented 4 years ago

after I published routes everything was working fine and then I added new resource controller and added routes to it in routes/admin.php. when I couldn't see the newly added routes I ran php artisan route:clear. but after that all routes in admin.php are suddenly not working for some reason

Laravel Version 7.5

uniqueginun commented 4 years ago

my bad, I was looking for /admin and the real route is /Admin