Mailgun is suppose to send a post request to laravel application, everytime it sends such request Laravel stops the request with the error
throw new Illuminate\Session\TokenMismatchException;
I can't figure out a method to solve this issue?
I am using laravel 4.1