Did you added the App\Providers\FortifyServiceProvider::class, in your config/app.php providers list?
Feb 17, 2022
3
Level 1
Target [Laravel\Fortify\Contracts\LoginViewResponse] is not instantiable.
I put this on FortifyServiceProvider:
public function boot()
{
Fortify::loginView(function () {
return view('auth.login');
});
but give me following error:Target [Laravel\Fortify\Contracts\LoginViewResponse] is not instantiable.I don't understand why, the view is there
Level 73
4 likes
Please or to participate in this conversation.