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
Create project by clicking on "Use this template" OR run:
composer create-project aagjalpankaj/laravel-package-template:dev-main <your-package-name>
Aagjalpankaj
with your namespaceLaravelPackageTemplate
with your package name (camelcase)laravel-package-template
with your package name (lowercase hyphen separated)
Run all checks:
composer ci
Fix issues:
composer ci.fix
Good luck 🤞