mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
Promote Alice as an official recipe with an alias
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
hautelook_alice:
|
||||
fixtures_path: fixtures
|
||||
@@ -0,0 +1,2 @@
|
||||
imports:
|
||||
- { resource: ../dev/hautelook_alice.yaml }
|
||||
0
hautelook/alice-bundle/2.1/fixtures/.gitignore
vendored
Normal file
0
hautelook/alice-bundle/2.1/fixtures/.gitignore
vendored
Normal file
10
hautelook/alice-bundle/2.1/manifest.json
Normal file
10
hautelook/alice-bundle/2.1/manifest.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"aliases": ["alice"],
|
||||
"bundles": {
|
||||
"Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"fixtures/": "fixtures/"
|
||||
}
|
||||
}
|
||||
6
hautelook/alice-bundle/2.1/post-install.txt
Normal file
6
hautelook/alice-bundle/2.1/post-install.txt
Normal 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</>
|
||||
3
nelmio/alice/3.2/config/packages/dev/nelmio_alice.yaml
Normal file
3
nelmio/alice/3.2/config/packages/dev/nelmio_alice.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
nelmio_alice:
|
||||
functions_blacklist:
|
||||
- 'current'
|
||||
2
nelmio/alice/3.2/config/packages/test/nelmio_alice.yaml
Normal file
2
nelmio/alice/3.2/config/packages/test/nelmio_alice.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
imports:
|
||||
- { resource: ../dev/nelmio_alice.yaml }
|
||||
8
nelmio/alice/3.2/manifest.json
Normal file
8
nelmio/alice/3.2/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle": ["dev", "test"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
5
theofidry/alice-data-fixtures/1.0/manifest.json
Normal file
5
theofidry/alice-data-fixtures/1.0/manifest.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle": ["dev", "test"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user