Having an issue while trying to set up Laravel Breeze with React, Inertia, and TypeScript. Here is the method I used:
composer require laravel/breeze --dev
php artisan breeze:install
However, despite selecting TypeScript as an "optional feature," it seems like it did not proceed with adding TypeScript. I even attempted using the flag "--typescript" but that did not work either. There are no visible errors, just a lack of TypeScript in the setup.
Using PHP 8.3.8 with Laravel version 11.22.0