mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
Add SymbokBundle recipe
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# symbok:
|
||||
# # Namespaces that you want to be processed by symbok
|
||||
# namespaces:
|
||||
# - 'App\Entity'
|
||||
@@ -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</>
|
||||
Reference in New Issue
Block a user