Я изменил его в файле loginrequest.php в функции аутентификации, но это не работает. < /p>
if (! Auth::attempt($this->only('email', 'password', ['active' => 1]), $this->filled('remember'))) {
RateLimiter::hit($this->throttleKey());
throw ValidationException::withMessages([
'email' => __('auth.failed'),
]);
}
Подробнее здесь: https://stackoverflow.com/questions/648 ... vel-breeze
Мобильная версия