I always got 419 after doing `php artisan key:generate`.
Because my session belonged to the previous APP_KEY.
I cleared the browser cache and it all worked for me
APP_DEBUG=false # No error reporting at all
or
DEBUGBAR_ENABLED=false # deguger is disabled but error reporting works