The token is time for 2h, these are some option:
- just ignore it
- customize the VerifyCsrfToken.php of the framework (/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php), not recommend thou.
- copy VerifyCsrfToken.php from the framework and modify it however you like eg: remove the throw Exception line (from handle function), and in app/Http/Kernel.php, delete the default Csrf token, and add your own