mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Add HautelookAliceBundle recipe
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Read the documentation: https://github.com/hautelook/AliceBundle/blob/v1.4.1/README.md
|
||||
hautelook_alice:
|
||||
db_drivers:
|
||||
orm: ~
|
||||
# locale: en_US
|
||||
# seed: 1
|
||||
# persist_once: false
|
||||
# loading_limit: 5
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/",
|
||||
"src/": "%SRC_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user