Laravel 5.2 CSRF Token expires too quickly
问题 I am working on Laravel 5.2 application and I am facing this issue for all my views. The CSRF token is getting expired too quickly. In fact, I am just occupying the time to fill up the form and as soon as I submit it,I get TokenMismatchException exception. I tried to search for the problem on Google, found git for some similar issues and even tried on Laracast for similar problem without any success. My .env file has some lines like this: CACHE_DRIVER=file SESSION_DRIVER=file QUEUE_DRIVER