mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
Add adlarge/fixtures-documentation-bundle
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
adlarge_fixtures_documentation:
|
||||
title: 'Fixtures documentation'
|
||||
reloadCommands:
|
||||
- php bin/console doctrine:fixtures:load
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
AdlargeFixturesDocumentation:
|
||||
resource: '@AdlargeFixturesDocumentationBundle/Resources/config/routing.yml'
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Adlarge\\FixturesDocumentationBundle\\AdlargeFixturesDocumentationBundle": ["dev"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"composer-scripts": {
|
||||
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user