diff --git a/overblog/graphiql-bundle/0.1/config/routes/dev/graphiql.yaml b/overblog/graphiql-bundle/0.1/config/routes/dev/graphiql.yaml new file mode 100644 index 00000000..970ea2d7 --- /dev/null +++ b/overblog/graphiql-bundle/0.1/config/routes/dev/graphiql.yaml @@ -0,0 +1,2 @@ +overblog_graphiql: + resource: "@OverblogGraphiQLBundle/Resources/config/routing.xml" diff --git a/overblog/graphiql-bundle/0.1/manifest.json b/overblog/graphiql-bundle/0.1/manifest.json new file mode 100644 index 00000000..afa800dd --- /dev/null +++ b/overblog/graphiql-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle": ["dev"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/overblog/graphiql-bundle/0.1/post-install.txt b/overblog/graphiql-bundle/0.1/post-install.txt new file mode 100644 index 00000000..54fd358d --- /dev/null +++ b/overblog/graphiql-bundle/0.1/post-install.txt @@ -0,0 +1,2 @@ + Next for OverblogGraphiQLBundle + 1. Browse to /graphiql