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
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 reasonLaravel Version 7.5