mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
Add recipe for player259/graphql-bundle (#1037)
Co-authored-by: player259 <>
This commit is contained in:
co-authored by
player259 <>
parent
b888146bd3
commit
b9b880ac73
@@ -0,0 +1,5 @@
|
||||
# Read the documentation: https://github.com/player259/graphql-bundle/blob/master/Resources/doc/index.rst#installation
|
||||
# Resource file contains single /graphql action
|
||||
player259_graphql:
|
||||
resource: '@Player259GraphQLBundle/Resources/config/routing.xml'
|
||||
prefix: /
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Player259\\GraphQLBundle\\Player259GraphQLBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user