Answers for "auth controller not found laravel 8"

PHP
4

Class "App\Http\Controllers\Auth" not found

use Illuminate\Support\Facades\Auth;
Posted by: Guest on June-09-2021
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 "auth controller not found laravel 8"

Browse Popular Code Answers by Language