Answers for "laravel 9 route auth not found"

1

Auth::routes(); why display error in route laravel 8

use Illuminate\Support\Facades\Auth;
Posted by: Guest on March-30-2022
3

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"
Posted by: Guest on November-10-2020

Code answers related to "laravel 9 route auth not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language