wayfinder-development

Generate type-safe frontend bindings for Laravel routes and controller actions.

Updated May 22, 2026
One-click install
npx skills add https://github.com/Nweremizu/ekklesia --skill wayfinder-development-nweremizu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wayfinder-development
Source: https://github.com/Nweremizu/ekklesia/tree/main/.junie/skills/wayfinder-development
Command: npx skills add https://github.com/Nweremizu/ekklesia --skill wayfinder-development-nweremizu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of wiring Laravel backend routes and controller actions into a modern frontend, so your navigation, forms, and links stay type-safe and synchronized.

Core Features & Use Cases

  • Type-safe route generation: Create frontend-friendly action and route helpers from Laravel controllers and routes.
  • Inertia form integration: Use generated helpers with forms, links, and method-specific requests without hardcoded URLs.
  • Route updates and verification: Regenerate bindings after backend changes and check that imported helpers and parameters still resolve correctly.
  • Use Case: When a React or Inertia page needs to submit to a Laravel controller, this Skill helps you generate and use the correct helper instead of manually maintaining endpoint strings.

Quick Start

Use this skill to regenerate Wayfinder helpers after changing Laravel routes or controllers, then update your frontend imports to use the generated type-safe functions.

Frequently Asked Questions about wayfinder-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate type-safe Laravel routes for a React frontend?

Type-safe Laravel route helpers eliminate hardcoded endpoint strings by generating frontend bindings from controllers. They ensure your forms and links stay synchronized with backend route changes, preventing broken navigation and parameter mismatches.

Can I use Wayfinder bindings with Inertia forms and links?

Wayfinder works with React, Vue, Inertia, and Svelte projects to generate type-safe bindings for frontend forms, links, and query parameters. It connects these frontend frameworks to Laravel backend endpoints using named tree-shakeable imports.

What is the best way to keep Laravel route bindings synchronized after backend changes?

After changing Laravel routes or controllers, regenerate Wayfinder helpers and update your frontend imports to use the new type-safe functions. This verification step ensures imported helpers and parameters still resolve correctly.

Do I need to manually update endpoint strings when Laravel routes change?

Type-safe Laravel route generation replaces manual endpoint maintenance with synchronized Wayfinder bindings. This approach prevents hardcoded URL mismatches but requires regenerating helpers after backend controller or route modifications.