I have been developing a system on my local machine and have just uploaded it to the site in question. When I try to login I get:
TokenMismatchException in VerifyCsrfToken.php
The login page is generated by artisan and has
{{ csrf_field() }}
yes, i mean to that folder ... can you check do you have files in that folder because if you dont have files that mean that session info not stored correcty ...
also try to delete cookie from site...
you can also try to delete all files inside "storage/framework/cache" and "storage/framework/sessions" and than try again