laravel new --using shipfastlabs/modern-react-starter-kit
composer create-project shipfastlabs/modern-react-starter-kit {name}
Our React starter kit provides a robust, modern starting point for building Laravel applications with a React frontend using Inertia.
Inertia allows you to build modern, single-page React applications using classic server-side routing and controllers. This lets you enjoy the frontend power of React combined with the incredible backend productivity of Laravel and lightning-fast Vite compilation.
This React starter kit utilizes React 19, TypeScript, Tailwind, and the shadcn/ui and radix-ui component libraries.
This kit extends the official Laravel Vue starter with additional development tools and quality assurance:
This starter kit is regularly synchronized with the official Laravel Vue starter kit to ensure you get the latest features and security updates.
Installation can be done by laravel installer.
laravel new --using=shipfastlabs/modern-react-starter-kit modern-react-app
Documentation for all Laravel starter kits can be found on the Laravel website.
Thank you for considering contributing to our starter kit! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
The Laravel + React starter kit is open-sourced software licensed under the MIT license.