O
O
ortsuev332019-08-13 12:37:10
Laravel
ortsuev33, 2019-08-13 12:37:10

How to fix path to auth files?

In the resource folder, I also have a folder, where I moved the generated auth files, changed the paths in the controllers and in the view, as a result, upon request, let's say login gives me the error "View [auth.login] not found." I understand this is somewhere in the depths!? How can I fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
NubasLol, 2019-08-13
@ortsuev33

In the controller

public function showLoginForm()
    {
        return view();
    }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question