Level 1
Nevermind, I think I found the solution: http://www.techigniter.in/tutorials/disable-csrf-check-on-specific-routes-in-laravel-5/
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Laravel5 has CSRF middleware enabled by default - but I have a queue listener on my app that keeps throwing TokenMismatchException since Iron.io does not have a token with the post request which is sent to my app...any Ideas how can I cancel the CSRF validation on a this route?
Please or to participate in this conversation.