diff --git a/.ai/wayfinder/core.blade.php b/.ai/wayfinder/core.blade.php index da8c4292..d85cd9f0 100644 --- a/.ai/wayfinder/core.blade.php +++ b/.ai/wayfinder/core.blade.php @@ -9,7 +9,7 @@ - Always use `search-docs` to check wayfinder correct usage before implementing any features. - Always Prefer named imports for tree-shaking (e.g., `import { show } from '@/actions/...'`) - Avoid default controller imports (prevents tree-shaking) -- Run `wayfinder:generate` after route changes if Vite plugin isn't installed +- Run `php artisan wayfinder:generate` after route changes if Vite plugin isn't installed ### Feature Overview - Form Support: Use `.form()` with `--with-form` flag for HTML form attributes — `