I changed my laravel session driver to database. I changed the session.php file and the ENV file to reflect database. I didn't define a connection and left it default in the session.php file.
I have the session table created through the php artisan command, did the migration.
I come across the "TokenMismatchException in VerifyCsrfToken.php line 67:" error now everytime I submit a form. If I revert back to "file" it goes back to normal.
I have cleared artisan cache clearing, browser history clearing too.
Using laravel 5.2.
Any help is greatly appreciated.