A New Beta of Laravel Wayfinder Just Dropped
The Laravel community is abuzz with excitement as a new beta version of Laravel Wayfinder has been released. This innovative tool promises to streamline the development process by bridging the gap between Laravel backends and TypeScript frontends.
With features designed to enhance productivity and maintain synchronization between backend and frontend code, Laravel Wayfinder is set to become an essential component for developers working with Laravel and TypeScript.
Continue Reading
On January 7th, 2026, Joe Tannenbaum announced the release of the new beta version of Laravel Wayfinder on X. This tool is designed to facilitate the seamless integration of Laravel’s PHP backend with a TypeScript frontend, eliminating the need for manual maintenance of route URLs, request types, and API contracts. Laravel Wayfinder automatically generates fully-typed TypeScript from your Laravel code, ensuring that your frontend and backend remain perfectly in sync.
Key Features of Laravel Wayfinder
The latest version of Laravel Wayfinder introduces several enhancements that significantly improve its functionality. Here are some of the standout features:
- Automatic TypeScript Generation: Wayfinder now transforms various components of your Laravel application into TypeScript, including:
- Routes
- Form Requests
- Eloquent Models
- PHP Enums
- Inertia Page Props
- Inertia Shared Data
- Broadcast Channels
- Broadcast Events
- Vite Environment Variables
- Enhanced Inertia Support: Wayfinder parses the props passed to Inertia pages and generates TypeScript types that stay in sync with your PHP code.
- Validation Parsing: The tool can now parse any validation applied to a route, generating TypeScript types that work seamlessly with Inertia’s useForm hook.
- Enum Support: Wayfinder automatically generates TypeScript representations of your PHP enums, making it easier to work with these data types.
- Laravel Echo Hooks: The Laravel Echo hooks have been updated to infer payloads from the broadcast event names, improving integration with event-driven architectures.
- Declaration Merging Files: Wayfinder generates declaration merging files automatically, enhancing type support for shared props in Inertia.
Additional Tools Introduced
Alongside the improvements to Wayfinder, two additional tools have been introduced:
- Surveyor: A mostly static analysis tool designed to extract detailed information from your code, helping developers gain insights into their applications.
- Ranger: A layer on top of Surveyor that allows developers to register callbacks as entities are discovered, providing rich Data Transfer Objects (DTOs) back to the user.
Benefits of Using Laravel Wayfinder
Adopting Laravel Wayfinder can bring numerous benefits to developers and teams working with Laravel and TypeScript. Here are some of the advantages:
- Increased Efficiency: By automating the generation of TypeScript from PHP, developers can save time and reduce the risk of errors associated with manual updates.
- Improved Collaboration: With a synchronized frontend and backend, teams can work more effectively, ensuring that changes in one area are reflected in the other.
- Enhanced Type Safety: The automatic generation of TypeScript types enhances type safety, making it easier to catch errors during development.
- Streamlined Workflow: The integration of tools like Surveyor and Ranger further streamlines the development process, providing valuable insights and simplifying data handling.
How to Get Started with Laravel Wayfinder
To start using Laravel Wayfinder, developers can follow these steps:
- Install Laravel Wayfinder: Ensure you have the latest version of Laravel installed, then add Wayfinder to your project using Composer.
- Configure Your Application: Set up the necessary configurations to enable Wayfinder to parse your Laravel code effectively.
- Generate TypeScript: Use the provided commands to generate TypeScript files from your Laravel application, ensuring that your frontend is in sync with your backend.
- Utilize Additional Tools: Explore the functionalities of Surveyor and Ranger to enhance your development process further.
Community Feedback and Future Developments
The Laravel community has responded positively to the new features introduced in the Wayfinder beta. Developers appreciate the time-saving capabilities and the reduction in manual work required to maintain synchronization between PHP and TypeScript.
As Laravel Wayfinder continues to evolve, future updates are expected to introduce even more features and improvements, further solidifying its place as a vital tool for Laravel developers.
Frequently Asked Questions
Laravel Wayfinder is a tool that bridges Laravel backends with TypeScript frontends by automatically generating fully-typed TypeScript from Laravel code, ensuring synchronization between the two.
The new beta version includes automatic TypeScript generation for routes, form requests, Eloquent models, and more, along with enhanced support for Inertia and validation parsing.
To get started, install Laravel Wayfinder via Composer, configure your application, and use the provided commands to generate TypeScript files from your Laravel code.
Call To Action
If you’re a Laravel developer looking to enhance your workflow and improve synchronization between your backend and frontend, consider trying out Laravel Wayfinder. Its powerful features can help streamline your development process and save you valuable time.
Note: The release of Laravel Wayfinder marks a significant advancement in the Laravel ecosystem, providing developers with tools that enhance productivity and collaboration. As the tool continues to evolve, it is likely to become an indispensable part of the Laravel development toolkit.

