In order to use the Auth::routes() method, please install the laravel/ui package
I've a laravel 7 project on shared hosting(No SSH access). I've installed the package locally on dev and uploaded the vendor files via FTP. When I try to access the website i get the above error. The error will only go away if I comment out the auth routes but now i cannot login or register.
NB: This is a fresh Laravel 7 installation. Upgraded projects e.g. from 5.8 or 6 to 7 have no problem.
Have you try clear cache manually such as .php file within bootstrap/cache folder (https://stackoverflow.com/questions/63926228/laravel-8-ui-issue) in my case I follow watercayman comment working, also try delete other cache manually also on shared hosting just in case. Hope it help :)
@kenprogrammer yup I use that too for migration, but for upgrade laravel vers 5.8 -> 6 -> 7 I usually upgrade on my local first then just upload whole vendor folder and the other related changes for upgrading
@kenprogrammer Sorry for the late reply. But we offer our clients that very option. You can configure the modules you want, the PHP version you want and a number of settings that are usually not changeable. Much has changed in the shared hosting world :-)