I just created a new project of laravel version 5.5 with the laravel installer.And run the command \"php artisan make:auth\".The views and controller are generated
In my case, I've got the same error message and then figured that I missed to add csrf_token
csrf_token
{{ csrf_field() }}
Or without form helper that will be,
If that doesn't work, then-
Refresh the browser cache and hopefully it will work, thanks.