Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
6 results

dbp-relay-maker-bundle

  • Reiter, Christoph's avatar
    Reiter, Christoph authored
    chore(deps): lock file maintenance
    
    See merge request !83
    30ba8194
    History

    DbpRelayMakerBundle

    GitLab | Packagist

    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.

    Creating a Bundle

    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