-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Release: 1.4.0-rc1
Problem: When upgrading the module, ProcessWire will throw an error.
Solution: Use composer install in the module directory.
| require_once $this->config->paths->site . 'modules/ProcessGraphQL/vendor/autoload.php'; |
Fix: Should the /vendor/ folder be included with the module, or is it expected for the user to configure a build process?
Proposed: Modify .gitignore and remove the vendor reference and include required files.