rockshot3313 / st-ladbu
Starter kit: Laravel 12 + Inertia React + Tailwind.
Installs: 5
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
Opinionated starter kit for Laravel 12 + Inertia React 19 + Tailwind CSS 4.
Features
- Authentication scaffolding (login, register, reset password, email verification)
- Settings pages (profile, password, appearance)
- Inertia SSR-ready build scripts
- Vite + React + TypeScript + ESLint + Prettier
Requirements
- PHP >= 8.2
- Node >= 20
- Composer, npm
Quick start
- Copy
.env.example
to.env
and update values. - Install dependencies:
composer install
npm install
- Generate app key & run migrations:
php artisan key:generate
php artisan migrate
- Start dev:
composer run dev
Testing
composer test
Building assets
npm run build
License
This project is open-sourced under the MIT license.