Skip to content

Commit

Permalink
README更新
Browse files Browse the repository at this point in the history
  • Loading branch information
akira authored and akira committed Mar 13, 2019
1 parent f2a3147 commit 8334915
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Expand Up @@ -36,3 +36,20 @@ SymfonyのMakerBundleのmakerコマンドで生成したファイルもCustomize
```
bin/console make:subscriber
```

## 出力場所を指定する方法

開発しているプラグインでmakerコマンドを使用したい場合はservices.ymlのroot_namespaceを変更して下さい

services.ymlの場所

```
EccubeMakerBundle/Resource/config/services.yml
```

プラグインコードがサンプルの場合

```
maker:
root_namespace: 'Plugin\Sample'
```

0 comments on commit 8334915

Please sign in to comment.