Skip to content

Instantly share code, notes, and snippets.

<!doctype html>
<html lang="en">
<head>
<script>
window.Laravel = <?php echo json_encode([
'csrfToken' => csrf_token(),
]); ?>
</script>
<meta charset="utf-8">
<title></title>