valheyria-studio/design-pattern-bundle

安装: 1

依赖关系: 0

建议者: 0

安全: 0

星标: 0

分支: 0

类型:symfony-bundle

v0.1.0 2023-08-23 20:27 UTC

This package is not auto-updated.

Last update: 2024-09-19 23:57:01 UTC


README

安装

composer require valheyria-studio/design-pattern-bundle

配置

该包包含一个合理的默认配置,如下所示。如果您需要更改这些选项,可以定义它们

# config/packages/design_pattern.yaml
design_pattern:
    components:
      path: 'src/Component'
      # TODO: Remove namespace : Can be determined from the path
      namespace: 'App\Component'

使用

控制台命令在命名空间 desing-pattern 中定义,可以使用 bin/console design-pattern:<command> 运行

命令列表

命令描述
dto从您发送的输入或基于外部类生成 DTO 类

贡献

工作进行中