Skip to content

Commit

Permalink
Add instructions for generating plugin config file
Browse files Browse the repository at this point in the history
Updated the README.md to include steps for
  • Loading branch information
raffaelecarelle committed Feb 6, 2025
1 parent 652c981 commit a327d54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,10 @@ $ bin/console plugin:skeleton:generate Full\\\Qualified\\\PluginName --additiona
$ bin/console plugin:skeleton:generate Full\\\Qualified\\\PluginName --append --additionalBundle=Core --additionalBundle=Administration
```

### Create config file of the plugin (pluginDir/src/Resources/config/config.xml)

```console
$ bin/console plugin:skeleton:generate Full\\\Qualified\\\PluginName --config
```


0 comments on commit a327d54

Please sign in to comment.