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

v0.1.0 2025-08-08 12:45 UTC

This package is auto-updated.

Last update: 2025-09-04 06:44:27 UTC


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

  1. Copy .env.example to .env and update values.
  2. Install dependencies:
    • composer install
    • npm install
  3. Generate app key & run migrations:
    • php artisan key:generate
    • php artisan migrate
  4. Start dev:
    • composer run dev

Testing

composer test

Building assets

npm run build

License

This project is open-sourced under the MIT license.