Looking to hire Laravel developers? Try LaraJobs

laravel-starter-kit-react-inertia-ziggy maintained by hungnth

Description
The skeleton application for the Laravel framework.
Author
Last update
2026/05/27 10:24 (dev-main)
License
Links
Downloads
0

Comments
comments powered by Disqus

Laravel Starter Kit

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