I don't think his question mentioned posting a form via ajax but rather just posting period. Seems t...
If your csrf middleware is enabled then you will need to pass the token as well
you could also add a leading slash "/auth/login" instead of "auth/login",
Have you tried the facade? http://laravel.com/docs/5.0/requests#retrieving-input
The Laravel portal for problem solving, knowledge sharing and community building.