S
S
staseviches2015-01-02 20:22:38
Laravel
staseviches, 2015-01-02 20:22:38

Problem with authentication in Lavarel 5.2?

Good day!
Installed frozennode/administrator on Lavarel 5.2. Created 1 menu item users. When an authorized user tries to access admin/users, a redirect to the main page occurs. After that, until you delete the cookies, authentication and registration refuse to work: any requests are redirected to the main page. In the main page's route:list / corresponds to the closure. What is the reason for this behavior?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
maximn, 2016-02-09
@maximn

After screwing the standard Laravel authorization, app/Http/Controllers/Auth/AuthController.php is redirected to /home. You need to change it to /admin. That's how it works for me.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question