aagjalpankaj / laravel-package-template
Composer package template for Laravel
dev-main
2025-04-26 19:50 UTC
Requires
- php: ^8.2
- illuminate/config: ^11.0|^12.0
- illuminate/support: ^11.0|^12.0
Requires (Dev)
- laravel/pint: ^1.21
- orchestra/testbench: ^10.1
- pestphp/pest: ^3.8
- rector/rector: ^2.0
This package is auto-updated.
Last update: 2025-04-26 19:50:29 UTC
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)
Aagjalpankaj
with your namespaceLaravelPackageTemplate
with your package name (camelcase)laravel-package-template
with your package name (lowercase hyphen separated)
Commands (useful while development)
Run all checks:
composer ci
Fix issues:
composer ci.fix
Good luck 🤞