LaravelPHPTypeScriptStablev1.1.0

Laravel TypeBridge

Deterministic TypeScript generation from Laravel resources.

Install

composer require --dev evanschleret/laravel-typebridge

TypeBridge keeps backend resources and frontend types aligned by generating predictable TypeScript files from annotated Laravel resources.

Use it when the API contract should be generated from the server instead of maintained by hand.