This commit is contained in:
pika 2025-03-31 17:48:23 +02:00
parent f7f28b35ec
commit eedc354160
6 changed files with 56 additions and 6 deletions

View file

@ -0,0 +1,4 @@
<form method="POST" action="...">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
<!-- Form fields -->
</form>