Skip to content

Commit 9f4fc9e

Browse files
committed
add more notes
1 parent 7e0e991 commit 9f4fc9e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.ai/inertia-react/1/forms.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Inertia Forms
1+
## Inertia + React Forms
22

33
- For form handling in Inertia pages, use `router.post` and related methods. Do not use regular forms.
44

.ai/inertia-react/2/forms.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@php
22
/** @var \Laravel\Boost\Install\GuidelineAssist $assist */
33
@endphp
4-
## Inertia Forms
4+
## Inertia + React Forms
55

66
@if($assist->inertia()->hasFormComponent())
77
@boostsnippet("`<Form>` Component Example", "react")

.ai/inertia-svelte/1/forms.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Inertia Forms
1+
## Inertia + Svelte Forms
22

33
- For form handling, use `router.post` and related methods. Do not use regular forms.
44

.ai/inertia-svelte/2/forms.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@php
22
/** @var \Laravel\Boost\Install\GuidelineAssist $assist */
33
@endphp
4-
## Inertia Forms
4+
## Inertia + Svelte Forms
55

66
- There are critical differences between Svelte 4 and 5, use the `search-docs` tool for up-to-date guidance.
77

.ai/inertia-vue/1/forms.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Inertia Forms
1+
## Inertia + Vue Forms
22

33
- For form handling in Inertia pages, use `router.post` and related methods. Do not use regular forms.
44

.ai/inertia-vue/2/forms.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@php
22
/** @var \Laravel\Boost\Install\GuidelineAssist $assist */
33
@endphp
4-
## Inertia Forms
4+
## Inertia + Vue Forms
55

66
@if($assist->inertia()->hasFormComponent())
77
@boostsnippet("`<Form>` Component Example", "vue")

0 commit comments

Comments
 (0)