hungnth / laravel-starter-kit-react-inertia-ziggy
The skeleton application for the Laravel framework.
Package info
github.com/HungNth/laravel-react-inertia-ziggy-starter-kit
Language:TypeScript
Type:project
pkg:composer/hungnth/laravel-starter-kit-react-inertia-ziggy
v1.0.0
2026-05-27 08:05 UTC
Requires
- php: ^8.2
- inertiajs/inertia-laravel: ^2.0
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- tightenco/ziggy: ^2.4
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.18
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
This package is not auto-updated.
Last update: 2026-05-27 21:24:55 UTC
README
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