Sayakiss
0
Q:

laravel csrf token

{{ csrf_token() }}
{{ csrf_field() }}
0
<form method="POST" action="/profile">
    @csrf
    <input name="name">
  	<button type="submit">send</button>
</form>
0
<form action="{{ url('my-url') }}">
   @csrf
1

New to Communities?

Join the community