Код: Выделить всё
Class "\App\User" not found
auth.php:
Код: Выделить всё
'providers' => [
'users' => [
'driver' => 'eloquent',
'model' => App\User::class,
],
],
Код: Выделить всё
Подробнее здесь: [url]https://stackoverflow.com/questions/79248473/laravel-class-app-user-not-found-error[/url]
Мобильная версия