Assume that your web server has already write access to session directory, in my case 'app/storage/framework/sessions/'.
Execute,
$ rm -f {your_web_app}/storage/framework/sessions/*
Reload web in your browser and try to login again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
csrf token mismatched in laravel 5
This is what I do to fix this issue.