mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Upgrading Recipe to match new GraphQLite v4 release
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"TheCodingMachine\\Graphqlite\\Bundle\\GraphqliteBundle": ["all"]
|
||||
},
|
||||
"copy-from-package": {
|
||||
"config-template/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> GraphQLite Configuration </>
|
||||
<bg=blue;fg=white> </>
|
||||
|
||||
* Edit the <fg=green>config/packages/graphqlite.yml</> file to adapt the controllers and the types namespaces to your project.
|
||||
|
||||
Documentation: https://graphqlite.thecodingmachine.io/docs/symfony-bundle
|
||||
Reference in New Issue
Block a user