| Install | |
|---|---|
composer require petermeijer/laravel-vue-starter-kit |
|
| PHP: | ^8.4 |
A modern, robust starting point for building Laravel 13 applications with a Vue 3 frontend using Inertia.js 2.0.
Get your project up and running in minutes.
Clone the repository and run the setup script:
composer setup
The setup script will:
.env file (if it doesn't exist)Start the development server, queue listener, logs, and Vite watcher with a single command:
composer dev
Alternatively, if you need Server-Side Rendering (SSR):
composer dev:ssr
| Command | Description |
|---|---|
composer setup |
Full project installation and setup |
composer dev |
Start development environment (Server, Queue, Logs, Vite) |
composer test |
Run tests and check code style |
composer lint |
Fix code style with Laravel Pint |
npm run build |
Build production assets |
npm run types:check |
Run Vue-TSC type checking |
Maintain high code quality with built-in tools:
composer test./vendor/bin/phpstancomposer lintThe Laravel + Vue starter kit is open-sourced software licensed under the MIT license.