Acp is a tool that helps to work with Apps and the App Composition Platform (ACP). It is designed as a small Spryker project that has the same features as a standard installation.
There will be other modules beside the ACP module e.g. Console, Transfer etc.
composer require --dev spryker-sdk/acp
vendor/bin/console transfer:generate
composer test
- This will execute the tests.composer cs-check
- This will run CodeStyle checks.composer cs-fix
- This will fix fixable CodeStyles.composer stan
- This will run PHPStan checks.