I've deployed a Laravel app to Heroku with Laravel's built in authentication. Heroku is returning this error:
In order to use the Auth::routes() method, please install the laravel/ui package.
However, in the heroku console I've run composer require laravel/ui.
I also have "laravel/ui": "^4.2" in my composer.json.
I'm running Laravel 10.7.1.
Any recommendations or help on what I'm doing wrong would be very much appreciated.