Hesto/multi-auth

Logout problem

Closed this issue · 1 comments

Hi.
Logout method doesn't work in laravel 5.3. I solved it by changing post method to get method in routes.
Also, I had a problem when I removed public folder from my project. Multi-auth routes don't work.

Hesto commented

It is correct, logout should be post, not get. And why would you remove public folder?