diff --git a/jeandanyel/crud-bundle/0.1/config/routes/jeandanyel_crud.yaml b/jeandanyel/crud-bundle/0.1/config/routes/jeandanyel_crud.yaml new file mode 100644 index 00000000..74033055 --- /dev/null +++ b/jeandanyel/crud-bundle/0.1/config/routes/jeandanyel_crud.yaml @@ -0,0 +1,2 @@ +jeandanyel_crud: + resource: "@JeandanyelCrudBundle/config/routes.yaml" diff --git a/jeandanyel/crud-bundle/0.1/manifest.json b/jeandanyel/crud-bundle/0.1/manifest.json new file mode 100644 index 00000000..d057f3fa --- /dev/null +++ b/jeandanyel/crud-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Jeandanyel\\CrudBundle\\JeandanyelCrudBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}