diff --git a/adlarge/fixtures-documentation-bundle/1.0/config/packages/dev/adlarge_fixtures_documentation.yaml b/adlarge/fixtures-documentation-bundle/1.0/config/packages/dev/adlarge_fixtures_documentation.yaml new file mode 100644 index 00000000..2c072810 --- /dev/null +++ b/adlarge/fixtures-documentation-bundle/1.0/config/packages/dev/adlarge_fixtures_documentation.yaml @@ -0,0 +1,4 @@ +adlarge_fixtures_documentation: + title: 'Fixtures documentation' + reloadCommands: + - php bin/console doctrine:fixtures:load diff --git a/adlarge/fixtures-documentation-bundle/1.0/config/routes/dev/adlarge_fixtures_documentation.yaml b/adlarge/fixtures-documentation-bundle/1.0/config/routes/dev/adlarge_fixtures_documentation.yaml new file mode 100644 index 00000000..fc402109 --- /dev/null +++ b/adlarge/fixtures-documentation-bundle/1.0/config/routes/dev/adlarge_fixtures_documentation.yaml @@ -0,0 +1,2 @@ +AdlargeFixturesDocumentation: + resource: '@AdlargeFixturesDocumentationBundle/Resources/config/routing.yml' diff --git a/adlarge/fixtures-documentation-bundle/1.0/manifest.json b/adlarge/fixtures-documentation-bundle/1.0/manifest.json new file mode 100644 index 00000000..a8a09c56 --- /dev/null +++ b/adlarge/fixtures-documentation-bundle/1.0/manifest.json @@ -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" + } +}