So I've been finagling with this for a couple hours. I've read all the posts on the GitHub issue twice, and most everything seems to be working. I can login/logout/register fine. The only issue I'm having is submitting a form with "enctype" set to "multipart/form-data" (for files). I'm inclined to believe that the HTML encoding is somehow messing up the "_token" value, but I'm not sure. I tried to dd the request before the CSRF middleware kicked in. Nothing seems amiss. Any help would be appreciated.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community