The maker bundle bundle provides Symfony commands for creating commonly required code constructs. It's inspired by the Symfony MakerBundle but focuses on Relay specific boilerplate code.
Creates a new bundle in a bundles
subdirectory and registers/installs it with the application.
./bin/console dbp:relay:maker:make:bundle --help
Description:
Create a new bundle
Usage:
dbp:relay:maker:make:bundle [options]
Options:
--vendor=VENDOR Vendor
--category=CATEGORY Category [default: "relay"]
--unique-name=UNIQUE-NAME Unique Name
--friendly-name=FRIENDLY-NAME Friendly Name
--example-entity=EXAMPLE-ENTITY Example Entity
--dry-run Dry Run
--no-confirm Bypass all confirmation questions, for automation