Merge pull request #795

This commit is contained in:
symfony-flex-server[bot]
2020-01-26 09:31:40 +00:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1,4 @@
symbok:
# Namespaces that you want to be processed by symbok
namespaces:
# - 'App\Entity'
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Mtarld\\SymbokBundle\\SymbokBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,6 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next for SymbokBundle? </>
<bg=blue;fg=white> </>
* <fg=blue>Configure</> bundle in <comment>config/packages/symbok.yaml</>
* <fg=blue>Read</> the documentation at <comment>https://github.com/mtarld/symbok-bundle/blob/master/src/Resources/doc/index.md</>