/acme-bundle

Symfony Bundle Template

Primary LanguagePHPMIT LicenseMIT

Symfony Acme Bundle

App Tester Software License

Template to create new symfony bundle.

Usage:

  • Replace "Cesurapp\AcmeBundle" -> "GithubRepo\XYZBundle"
  • Configure micro kernel -> tests/Kernel.php

Commands:

# PHPUnit Test
composer test
composer test:stop

# PHPCsFixer & PHPStan
composer qa:fix
composer qa:lint
composer qa:phpstan

# Test and Fix All
composer fix