You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in version 0.13.0 the vendor folder was removed from wp-graphql-gravity-forms and asked developers to download a zip file or run composer install in the plugin folder.
when installing the plugin using git and packagist the following error appeared
Steps to reproduce
install bedrock
run composer require harness-software/wp-graphql-gravity-forms in the bedrock project
I added the WPGRAPHQL_GF_AUTOLOAD constant to my environment with a value of false, which seems to have fixed this for me. If I'm reading src/Autloader.php correctly, this tells the plugin that autoloading is handled elsewhere in the application.
Description
in version 0.13.0 the vendor folder was removed from wp-graphql-gravity-forms and asked developers to download a zip file or run composer install in the plugin folder.
when installing the plugin using git and packagist the following error appeared
Steps to reproduce
composer require harness-software/wp-graphql-gravity-forms
in the bedrock projectAdditional context
this was discussed in: https://discord.com/channels/838854618406453300/1257299915655217153
Plugin Version
0.13.0
Gravity Forms Version
2.8.7
WordPress Version
6.3.1
WPGraphQL Version
1.27.0
Additional enviornmental details
No response
Please confirm that you have searched existing issues in the repo.
Please confirm that you have disabled ALL plugins except for Gravity Forms, WPGraphQL, and WPGraphQL for Gravity Forms
The text was updated successfully, but these errors were encountered: