simaocurado/starter-kit-vue
Composer 安装命令:
composer create-project simaocurado/starter-kit-vue
包简介
The skeleton application for the Laravel framework.
关键字:
README 文档
README
An opinionated starter kit for building Laravel + Vue apps with a strong focus on quality, typing, and consistency. It currently targets Laravel 13 on the backend and keeps the existing Vue frontend dependency set unchanged.
Requirements
- PHP
8.5+ - Node.js
20.19+or22.12+(required by Vite 7) - Bun
1.3+ - Composer
- SQLite (or another database configured in
.env)
Create Project
composer create-project simaocurado/starter-kit-vue --prefer-dist my-app
cd my-app
composer setup
composer setup runs:
- PHP dependency installation
.envcreation/configuration- automatic
APP_URLsetup tohttp://<project-name>.test php artisan key:generate- migrations
bun installbun run build
Development
With Herd (recommended on macOS)
With Herd, the HTTP server already exists (*.test). You only need to run the frontend:
bun run dev
Open the app at http://<project-name>.test.
Optional (if you use queues):
php artisan queue:listen --tries=1
Without Herd
Run:
composer dev
This starts Laravel server, queue worker, logs, and Vite together.
Strictness
This starter applies strict defaults:
- TypeScript with
"strict": trueintsconfig.json - PHPStan level
7+bleedingEdgeinphpstan.neon - Pest type coverage minimum of
90%(composer test:type-coverage) - Pest test coverage requirement of
90%incomposer test:unit - Pint + Rector for formatting and automated refactors
- Oxlint + Prettier for frontend quality checks
Scripts
composer setupcomposer devcomposer lintcomposer testcomposer test:type-coveragecomposer test:unitcomposer test:typescomposer test:lintcomposer update:requirements
Notes
- If
bun run buildfails with a Vite/crypto.hasherror, upgrade Node to20.19+or22.12+. APP_URLis automatically set tohttp://<project-name>.testduring setup. Adjust it manually only if you use a different local domain.
simaocurado/starter-kit-vue 适用场景与选型建议
simaocurado/starter-kit-vue 是一款 基于 Vue 开发的 Composer 扩展包,目前已累计 15 次下载、GitHub Stars 达 2, 最近一次更新时间为 2026 年 02 月 12 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「laravel」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 simaocurado/starter-kit-vue 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 simaocurado/starter-kit-vue 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 simaocurado/starter-kit-vue 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Alfabank REST API integration
High-performance, opinionated PHP 8 web framework with O(1) routing, parallel async MySQL, type-safe asset bridge, and React-island frontend
Laravel package for Accurate Online API integration.
The skeleton application for the Geoffrey agent framework.
Shared RCX Laravel DataTables UI and configuration helpers.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 28
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-12