---
title: "A new beta of Laravel Wayfinder just dropped"
url: https://daily.dev/posts/a-new-beta-of-laravel-wayfinder-just-dropped-73rfde4l9
source_url: https://laravel-news.com/a-new-beta-of-laravel-wayfinder-just-dropped
type: article
source: "Laravel News"
author: "Eric L. Barnes"
published: 2026-01-07T19:55:59.926Z
updated: 2026-08-24T08:00:26.061Z
tags: ["typescript", "php", "laravel"]
reading_time: 2
upvotes: 33
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# A new beta of Laravel Wayfinder just dropped

**[Laravel News](https://daily.dev/sources/ln)** · [@ericlbarnes](https://daily.dev/ericlbarnes) · 2 min read · 33 upvotes · 1 comments

## Summary

Laravel Wayfinder's new beta automatically generates fully-typed TypeScript from Laravel PHP code, eliminating manual maintenance of route URLs, request types, and API contracts. The update now transforms routes, form requests, Eloquent models, PHP enums, Inertia page props and shared data, broadcast channels and events, and Vite environment variables into TypeScript. Key improvements include automatic TypeScript type generation for Inertia page props, validation-based types that work with Inertia's useForm hook, PHP enum representations, and enhanced Laravel Echo hooks with payload inference. The release introduces two new tools: Surveyor for static code analysis and Ranger for entity discovery with rich DTOs.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/a-new-beta-of-laravel-wayfinder-just-dropped>

## Community discussion

Top comments from developers on daily.dev.

**@luisferfranco** · 0 upvotes

> I just knew about this package few weeks ago. I'm pretty good at Laravel/Livewire/Volt and just wanted to learn about React, in previous tries I didn't liked it precisely because of the routes maintenance (when paired with a Laravel Inertia backend), Wayfinder makes it almost like at home. It's amazing.

## Similar posts on daily.dev

- [Laravel Wayfinder: End-to-End Type Safety for PHP and TypeScript](https://daily.dev/posts/laravel-wayfinder-end-to-end-type-safety-for-php-and-typescript-rcdxam3w8) · Laravel · 50 upvotes · 4 comments
- [Generating Types with Laravel Wayfinder](https://daily.dev/posts/generating-types-with-laravel-wayfinder-virqozaa9) · Larablog · 0 upvotes · 0 comments

---

Tags: [#typescript](https://daily.dev/tags/typescript), [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/a-new-beta-of-laravel-wayfinder-just-dropped-73rfde4l9)
