The trait Illuminate\Foundation\Auth\AuthenticatesUsers requires some properties which are not provided by Enomotodev\LaractiveAdmi...rs\Auth\LoginController: $redirectTo, $maxAttempts, $decayMinutes
The expression return view('laractive-admin::auth.login') returns the type Illuminate\View\View which is incompatible with the documented return type Illuminate\Http\Response.
The expression return redirect(route('admin.login')) returns the type Illuminate\Http\RedirectResponse which is incompatible with the documented return type Illuminate\Http\Response.