Laravel 11 login system error: undefined method

158 Views Asked by At

Upon executing the commands composer require laravel/ui and php artisan ui vue --auth, Laravel throws an error. I have been searching for a solution but have yet to find one.

Call to undefined method App\Http\Controllers\Auth\LoginController::middleware()

0

There are 0 best solutions below