artisanpack-ui / react-starter-kit
A Laravel application.
Package info
github.com/ArtisanPack-UI/react-starter-kit
Type:project
pkg:composer/artisanpack-ui/react-starter-kit
2.0.0
2026-09-16 21:17 UTC
Requires
- php: ^8.3
- artisanpack-ui/accessibility: ^2.3.0
- artisanpack-ui/core: ^1.3.0
- artisanpack-ui/security: ^2.1.0
- inertiajs/inertia-laravel: ^2.0
- laravel/framework: ^13.0
- laravel/tinker: ^3.0
- laravel/wayfinder: ^0.1.16
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/boost: ^2.0
- laravel/pail: ^1.2.2
- laravel/pint: ^1.26
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- phpunit/phpunit: ^12.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-16 21:19:47 UTC
README
A Laravel + React + Inertia.js starter kit using ArtisanPack UI components.
What's in the box
- Stack: Laravel 13 (PHP 8.3+), Inertia.js v2, React 19, Tailwind CSS 4, DaisyUI 5
- Components:
@artisanpack-ui/react+@artisanpack-ui/react-laraveladapter - Auth: login, register, forgot/reset password, email verification, password confirmation, account deletion (controllers + Form Requests + Inertia pages)
- Settings: profile, password, appearance (light/dark/system theme)
- Layouts: shared
AppLayout(sidebar + mobile navbar + toast region),AuthLayout,SettingsLayout - Typed routes: Laravel Wayfinder auto-regenerated by the Vite plugin
- SSR: Inertia SSR builds + an opt-in
composer dev:ssrrunner - Tests: 33 Pest tests, CI via GitHub Actions
- Optional packages prompt: pick CMS framework, hooks, media library, code style packages, etc. during install
- Optional modular structure:
nwidart/laravel-modulesintegration
Requirements
- PHP 8.2+
- Composer
- Node.js 20+ and npm
Installation
composer create-project artisanpack-ui/react-starter-kit your-project-name
cd your-project-name
composer dev
The post-create-project-cmd chain runs migrations, prompts for optional packages, and generates Wayfinder route helpers.
Documentation
The docs/ directory has everything: installation, configuration, authentication, components, modular structure, testing, deployment, troubleshooting, FAQ.
License
MIT — see LICENSE.