Target [Laravel\Fortify\Contracts\LoginViewResponse] is not instantiable.

By: Roel
July 29, 2024

Under boot method of FortifyServiceProvider

 Fortify::loginView(function () {

        return view('auth.login');

    });

Create login.blade.php in resources/views/auth folder

Tags:

About the Author

Roel
Roel

Hi, my name is Roel. I am a TALL stack developer. I created this site to document all web applications I created using the TALL stack. I exclusively built products using Laravel because I like the experience writing applications using the simplest framework/stack available.



Please login to comment.

© 2024 Talldevelopers.com, All rights reserved.