News

TypeScript Support Added to Laravel Breeze

Published
TypeScript Support Added to Laravel Breeze image

The Laravel team added opt-in TypeScript support to the Laravel Breeze starter kit.

You can configure typescript through the interactive prompts when running breeze:install using the latest version of Breeze:

You can also use the --typescript flag if you want to skip the prompts like the following:

php artisan breeze:install vue --typescript
 
# Other options like SSR
php artisan breeze:install vue \
--typescript \
--ssr \
--pest \
--dark

If you prefer a video introduction to this feature, Laravel team member Nuno Maduro demonstrates TypeScript in Breeze in Laravel Weekly Update #2:

Also, thanks to Jess Archer, who added opt-in TypeScript support to the Breeze package.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Lerd: A Free, Open Source Herd Alternative for Linux and macOS image

Lerd: A Free, Open Source Herd Alternative for Linux and macOS

Read article
Let's Encrypt HTTPS on an IP Address With FrankenPHP image

Let's Encrypt HTTPS on an IP Address With FrankenPHP

Read article
Laravel Chores: Resumable Data Operations and Cleanups image

Laravel Chores: Resumable Data Operations and Cleanups

Read article
NativePHP v4: Build Native iOS and Android UI in Blade image

NativePHP v4: Build Native iOS and Android UI in Blade

Read article
Laravel Lock: Distributed Locks for Models and Routes image

Laravel Lock: Distributed Locks for Models and Routes

Read article
Laravel Image Responses: Serve Resized Images From Routes image

Laravel Image Responses: Serve Resized Images From Routes

Read article