This starter template adds TypeScript support to a Laravel Breeze Inertia ReactJS project. I will try to keep it up to date with whatever the current version of Laravel is at the time but hopefully I won't have to and the Laravel developers will graciously give us TypeScript support out of the box.
To get started simply clone this repo and run:
$ composer install
followed by:
$ npm install
# OR
yarn install
# OR
$ pnpm install
You can learn more about from the official documentation. Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.
If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
The Laravel framework is open-sourced software licensed under the MIT license.