#解決方法
formタグの中に"@csrf"を記入。
解決。
<form action="aaa">
@csrf
<label for="xxx" >記入欄</label>
<input type="text" name="xxx" >
<input type="submit" >
</form>
Go to list of users who liked
More than 3 years have passed since last update.
#解決方法
formタグの中に"@csrf"を記入。
解決。
<form action="aaa">
@csrf
<label for="xxx" >記入欄</label>
<input type="text" name="xxx" >
<input type="submit" >
</form>
Register as a new user and use Qiita more conveniently
Go to list of users who liked