wayfinder
✓Laravel Wayfinder を効果的に使用する方法。フロントエンド機能を開発するときに常に使用します。
SKILL.md
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.
// Import controller methods (tree-shakable) import { show, store, update } from '@/actions/App/Http/Controllers/PostController'
// Get route object with URL and method... show(1) // { url: "/posts/1", method: "get" }
Laravel Wayfinder を効果的に使用する方法。フロントエンド機能を開発するときに常に使用します。 ソース: markhamsquareventures/essentials。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/markhamsquareventures/essentials --skill wayfinder- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
wayfinder とは?
Laravel Wayfinder を効果的に使用する方法。フロントエンド機能を開発するときに常に使用します。 ソース: markhamsquareventures/essentials。
wayfinder のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/markhamsquareventures/essentials --skill wayfinder インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/markhamsquareventures/essentials
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01