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 3851bf1 commit 8a2d4dbCopy full SHA for 8a2d4db
.ai/wayfinder/core.blade.php
@@ -9,7 +9,7 @@
9
- Always use `search-docs` to check wayfinder correct usage before implementing any features.
10
- Always Prefer named imports for tree-shaking (e.g., `import { show } from '@/actions/...'`)
11
- Avoid default controller imports (prevents tree-shaking)
12
-- Run `{{$assist->artisanCommand('wayfinder:generate')}}` after route changes if Vite plugin isn't installed
+- Run `{{ $assist->artisanCommand('wayfinder:generate') }}` after route changes if Vite plugin isn't installed
13
14
### Feature Overview
15
- Form Support: Use `.form()` with `--with-form` flag for HTML form attributes — `<form {...store.form()}>` → `action="/posts" method="post"`
0 commit comments