hungnth/laravel-12-starter-kit-react-inertia-ziggy

A starter kit for Laravel 12 with React, Inertia.js, and Ziggy.

Maintainers

Package info

github.com/HungNth/laravel-12-react-inertia-ziggy-starter-kit

Language:TypeScript

Type:project

pkg:composer/hungnth/laravel-12-starter-kit-react-inertia-ziggy

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-06-19 13:47 UTC

This package is auto-updated.

Last update: 2026-06-19 14:02:41 UTC


README

Tech Stack:

  • Laravel 12
  • React 19
  • TypeScript
  • Inertia.js
  • Tailwind CSS
  • Shadcn UI

Installation

  1. Use laravel new to create a new Laravel project.

    laravel new my-app --using=hungnth/laravel-12-react-inertia-ziggy-starter-kit
    
  2. Use composer create-project to create a new Laravel project.

    composer create-project hungnth/laravel-12-react-inertia-ziggy-starter-kit my-app
    
  3. Use git clone to clone the repository and then install dependencies.

    git clone https://github.com/HungNth/laravel-12-react-inertia-ziggy-starter-kit