I am aware that to submit a form in Laravel, you need to add a csrf_field, or declare that the route should ignore this protection. However, in the layout file there are the following occurrences:
<meta name="csrf-token" content="{{ csrf_to...
asked on
28.02.2017 / 15:44