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

The skeleton application for the Laravel framework.

Maintainers

Package info

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

Language:TypeScript

Type:project

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

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-05-27 08:05 UTC

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

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

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

    composer create-project hungnth/laravel-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-react-inertia-ziggy-starter-kit