Add SymbokBundle recipe

This commit is contained in:
Mathias Arlaud
2019-12-06 17:23:14 +01:00
parent 3989d713cd
commit ac5a48b073
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</>