lucasabato/laravel-qa-setup
最新稳定版本:v0.1.1
Composer 安装命令:
composer require lucasabato/laravel-qa-setup
包简介
Laravel command to auto-setup full-stack QA tooling for Laravel + Vue + Inertia projects
README 文档
README
A Laravel package providing an Artisan command to setup QA tooling with Laravel Sail, including PHP and JavaScript linting, formatting, static analysis, testing, and config files.
Installation
Require the package via Composer:
composer require lucasabato/laravel-qa-setup --dev
Usage
Run the setup command:
php artisan setup:qa
This will:
- Detect if
pnpmornpmis used and install packages accordingly - Detect if Inertia.js is installed and install Vue-related tools only if needed
- Install Composer dev dependencies (Pint, Larastan, PHPUnit, Laravel Insights)
- Install JavaScript dev dependencies (ESLint, Prettier, Vitest, etc.)
- Add helpful scripts to
composer.jsonandpackage.json - Generate missing config files (
.eslintrc.cjs,.prettierrc,tsconfig.json, etc.) - Run initial frontend build via Sail
Requirements
- Laravel 10+
- PHP 8.1+
- Laravel Sail installed and running
jqCLI installed locally
License
MIT
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-09