petermeijer/laravel-vue-starter-kit
Composer 安装命令:
composer create-project petermeijer/laravel-vue-starter-kit
包简介
A modern, robust starter kit for Laravel 13 and Vue 3, featuring Inertia.js 3.0, TypeScript, Tailwind CSS 4, and shadcn-vue.
README 文档
README
A modern, robust starting point for building Laravel 13 applications with a Vue 3 frontend using Inertia.js 3.0.
✨ Features
- Framework: Laravel 13 & PHP 8.4+
- Frontend: Vue 3 (Composition API) with TypeScript
- Routing: Inertia.js 3.0 for a seamless SPA experience
- Styling: Tailwind CSS 4 with shadcn-vue components
- Authentication: Powered by Laravel Fortify
- Icons: Lucide Vue Next
- Tooling:
- Vite for fast development
- Pest for elegant testing
- Laravel Pint for code style
- Larastan for static analysis
- Pail for terminal logging
🚀 Quick Start
Get your project up and running in minutes.
1. Installation
Clone the repository and run the setup script:
composer setup
The setup script will:
- Install PHP and Node dependencies
- Create your
.envfile (if it doesn't exist) - Generate an application key
- Run database migrations
- Build frontend assets
2. Development
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
🛠 Commands
| 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 |
🧪 Testing & Quality
Maintain high code quality with built-in tools:
- Tests:
composer test - Static Analysis:
./vendor/bin/phpstan - Linting:
composer lint
📄 License
The Laravel + Vue starter kit is open-sourced software licensed under the MIT license.
petermeijer/laravel-vue-starter-kit 适用场景与选型建议
petermeijer/laravel-vue-starter-kit 是一款 基于 Vue 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 1, 最近一次更新时间为 2026 年 03 月 16 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「typescript」 「starter-kit」 「vue」 「inertiajs」 「tailwind-css」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 petermeijer/laravel-vue-starter-kit 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 petermeijer/laravel-vue-starter-kit 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 petermeijer/laravel-vue-starter-kit 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Generate typescript rpc from php
Transforms Laravel Models to Typescript Interfaces/Types
Minimal Laravel authentication scaffolding with Vue, Vite, Typescript and Tailwind.
End-to-end type-safe APIs for Laravel. Like tRPC, but for Laravel + TypeScript.
Config-driven CRUD scaffolding for Laravel + Inertia.js (React/TypeScript) with interactive generator, built-in search, filters, sorting, export, import, and role-based permissions.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 22
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-16