Skip to content

Commit 7495361

Browse files
Include the CSRF token
1 parent 45bba82 commit 7495361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inertiajs-stubs/resources/views/app.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
6+
<meta name="csrf-token" content="{{ csrf_token() }}">
67
<link href="{{ mix('/css/app.css') }}" rel="stylesheet">
78
<script src="{{ mix('/js/app.js') }}" defer></script>
89
</head>

0 commit comments

Comments
 (0)