@php /** @var \Laravel\Boost\Install\GuidelineAssist $assist */ @endphp ## Inertia + Vue Forms @if($assist->inertia()->hasFormComponent()) @boostsnippet("`
@endboostsnippet @endif @if($assist->inertia()->hasFormComponent() === false) {{-- Inertia 2.0.x, not 2.1.0 or higher. So they still need to use 'useForm' --}} @boostsnippet("Inertia Vue useForm example", "vue") @endboostsnippet @endif