## Laravel Wayfinder Wayfinder generates TypeScript functions and types for Laravel controllers and routes which you can import into your client side code. It provides type safety and automatic synchronization between backend routes and frontend code. ### Development Guidelines - Always use ___SINGLE_BACKTICK___search-docs___SINGLE_BACKTICK___ to check wayfinder correct usage before implementing any features. - Always Prefer named imports for tree-shaking (e.g., ___SINGLE_BACKTICK___import { show } from '@/actions/...'___SINGLE_BACKTICK___) - Avoid default controller imports (prevents tree-shaking) - Run ___SINGLE_BACKTICK___