composer install- Optional Docker MongoDB:
docker compose up -d mongodb - Run baseline checks:
composer lint:all - Run tests:
composer test
Composer installs CaptainHook hooks automatically through post-install-cmd and post-update-cmd.
If hooks are missing, install them manually with composer hook:install.
Install gitleaks locally if you want the default pre-commit and pre-push secret scans to pass.