-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony 4 support #68
Comments
Also the explorer doesn't work. It throws this error:
|
I got it working by adding the following to my config.yml:
|
r.e. the configure command not working, it looks like the bundle is using functionality which was deprecated in Symfony
|
I'm also seeing the following deprecation warnings on Symfony
and parameters
|
In order to make this work in sf4 you need to:
Perhaps I'll run into some other issues further on, but I'll try to document them here |
In case someone else encounters the same: |
Also it would be great if you create recipe for automatic installation After installation I've got following error: I resolved it by running: BTW for normal loading of explorer you must execute: |
I put the pieces of the puzzle together at GraphQL Demo for Symfony 4 |
Symfony 4 |
Symfony 4 supports bundle-less applications (and it's considered best-practice).
The configure command from this bundle doesn't work with this at the moment so I don't know how to initialize graphql in my project.
The text was updated successfully, but these errors were encountered: