We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bba82 commit 7495361Copy full SHA for 7495361
src/inertiajs-stubs/resources/views/app.blade.php
@@ -3,6 +3,7 @@
3
<head>
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
6
+ <meta name="csrf-token" content="{{ csrf_token() }}">
7
<link href="{{ mix('/css/app.css') }}" rel="stylesheet">
8
<script src="{{ mix('/js/app.js') }}" defer></script>
9
</head>
0 commit comments