Skip to content

Composer Install - Now required #48

@brettwilcox

Description

@brettwilcox

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions