-
-
Notifications
You must be signed in to change notification settings - Fork 86
Laravel 8 Jetstream
tanthammar edited this page Oct 30, 2020
·
5 revisions
1. Make sure to read the Tailwind Config page
<!-- Page Heading -->
<header class="bg-white shadow">
<div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8">
{{ $header ?? null }}
</div>
</header>
<!-- Page Content -->
<main>
{{ $slot ?? null }}
</main>
With the default installation of Laravel Jetstream you can't use the app.blade.php
without being logged in.
- Installation
- Requirements
- v5 Upgrade Guide
- v6 Upgrade Guide
- v7 Upgrade Guide
- Support
- Quickstart
- Manual installation
- Optional
- Form component
- Field
- Field types
- Example Form
- Blade Components
- Notifications