Promote Alice as an official recipe with an alias

This commit is contained in:
Kévin Dunglas
2018-10-12 09:57:15 +02:00
parent 0516ca4016
commit 248ee42a37
9 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
hautelook_alice:
fixtures_path: fixtures

View File

@@ -0,0 +1,2 @@
imports:
- { resource: ../dev/hautelook_alice.yaml }

View File

View File

@@ -0,0 +1,10 @@
{
"aliases": ["alice"],
"bundles": {
"Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"fixtures/": "fixtures/"
}
}

View File

@@ -0,0 +1,6 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> How to load fixtures? </>
<bg=blue;fg=white> </>
* <fg=blue>Write</> fixtures files in the <comment>fixtures/</> folder
* <fg=blue>Run</> <comment>php bin/console hautelook:fixtures:load</>

View File

@@ -0,0 +1,3 @@
nelmio_alice:
functions_blacklist:
- 'current'

View File

@@ -0,0 +1,2 @@
imports:
- { resource: ../dev/nelmio_alice.yaml }

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle": ["dev", "test"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

View File

@@ -0,0 +1,5 @@
{
"bundles": {
"Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle": ["dev", "test"]
}
}