aagjalpankaj/laravel-package-template
Composer 安装命令:
composer require aagjalpankaj/laravel-package-template
包简介
Composer package template for Laravel
README 文档
README
About
Composer package template for Laravel.
Includes:
✨ PestPHP: Feature, Unit & Architecture testsuites using PestPHP
✨ Workbench: to write Integration testing
✨ Rector: for refactoring
✨ Pint: for code-styling
Usage
Create project
Create project by clicking on "Use this template" OR run:
composer create-project aagjalpankaj/laravel-package-template:dev-main <your-package-name>
Replace (text & file names)
Aagjalpankajwith your namespaceLaravelPackageTemplatewith your package name (camelcase)laravel-package-templatewith your package name (lowercase hyphen separated)
Commands (useful while development)
Run all checks:
composer ci
Fix issues:
composer ci.fix
Good luck 🤞
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-26