ludo237 / 237-starter-kit
Opinionated Laravel starter kit with React, Inertia and Tailwindcss.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:TypeScript
Type:project
pkg:composer/ludo237/237-starter-kit
Requires
- php: ^8.2
- inertiajs/inertia-laravel: ^2.0
- laravel/fortify: ^1.30
- laravel/framework: ^12.0
- laravel/reverb: ^1.0
- laravel/sanctum: ^4.0
- laravel/tinker: ^2.10.1
- laravel/wayfinder: ^0.1.9
Requires (Dev)
- fakerphp/faker: ^1.23
- larastan/larastan: ^3.7
- laravel/boost: ^1.3
- laravel/pail: ^1.2.2
- laravel/pint: ^1.18
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.1
- pestphp/pest-plugin-laravel: ^4.0
- rector/rector: ^2.1
This package is auto-updated.
Last update: 2025-10-10 14:23:49 UTC
README
Introduction
This React starter kit provides a robust, modern starting point for building Laravel applications with a React frontend using Inertia.
It's a fork from the original Laravel React Starter Kit with more opinionated defaults such as
stricter pint.json
, phpstan.neon
settings, Docker structure with custom images as well as useful bin scripts folder.
The rest is similar to the original kit, so it has React 19, TypeScript, Tailwind, and the shadcn/ui and radix-ui component libraries.
Official Documentation
Documentation for all Laravel starter kits can be found on the Laravel website. It should be enough even for this kit
License
This starter kit uses the same MIT license of the original one.