ldriko / laravel-clean-react
A Clean Laravel + Inertia + React + Shadcn Starter Kit
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:TypeScript
Type:project
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
- pestphp/pest: ^3.8
- pestphp/pest-plugin-laravel: ^3.2
README
Introduction
A minimalist Laravel starter kit with Inertia.js, React, and Shadcn UI, providing a clean foundation without the clutter of authentication and other default scaffolding.
Requirements
- PHP 8.2+
- Node.js 18+ (LTS version recommended)
- Composer
Installation
Create a new project using Laravel's installer:
laravel new --using=ldriko/laravel-clean-react
Once installed, you'll have a clean Laravel project with React, Inertia.js, and Shadcn UI configured and ready to use—without any of the default authentication scaffolding or demo pages that come with the standard Laravel starter kit.
Contributing
Contributions to Laravel Clean React are welcomed and encouraged! As Laravel and its ecosystem continue to evolve, keeping this starter kit up to date becomes a community effort.