laravel-starter-kit-react-inertia-ziggy maintained by hungnth
Laravel Starter Kit
Tech Stack:
- Laravel 12
- React 19
- TypeScript
- Inertia.js
- Tailwind CSS
- Shadcn UI
Installation
-
Use
laravel newto create a new Laravel project.laravel new my-app --using=hungnth/laravel-react-inertia-ziggy-starter-kit -
Use
composer create-projectto create a new Laravel project.composer create-project hungnth/laravel-react-inertia-ziggy-starter-kit my-app -
Use
git cloneto clone the repository and then install dependencies.git clone https://github.com/HungNth/laravel-react-inertia-ziggy-starter-kit