artisanpack-ui / vue-starter-kit
A Laravel + Vue + Inertia.js starter kit using ArtisanPack UI components.
Package info
github.com/ArtisanPack-UI/vue-starter-kit
Type:project
pkg:composer/artisanpack-ui/vue-starter-kit
1.0.1
2026-04-28 16:46 UTC
Requires
- php: ^8.2
- artisanpack-ui/accessibility: ^2.1.0
- artisanpack-ui/core: ^1.0
- artisanpack-ui/security: ^1.0
- inertiajs/inertia-laravel: ^2.0
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- laravel/wayfinder: ^0.1.16
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/boost: ^1.0
- 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
This package is auto-updated.
Last update: 2026-04-28 16:50:20 UTC
README
A Laravel + Vue + Inertia.js starter kit using ArtisanPack UI components.
What's in the box
- Stack: Laravel 12, Inertia.js v2, Vue 3.5, Tailwind CSS 4, DaisyUI 5
- Components:
@artisanpack-ui/vue+@artisanpack-ui/vue-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/vue-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.