To add a user, I use an api that takes the user name from the database, but the system does not accept the api, but I enter it manually, it accepts with php code example
Example: Route::auth(); giving error in laravel 7
Do this step from the upgrade guide
https://laravel.com/docs/7.x/upgrade#authentication-scaffolding
############
composer require laravel/ui "^2.0"