Posts by Joao Marcos • 1 point
1 post
-
0
votes0
answers48
viewsQ: What are CSRF Tokens and why are they fundamental in forms?
I just started messing with Laravel and I wanted to know what it is token that is fundamental in the forms <form action="/contato" method="POST"> {{csrf_field()}}…