I'm posting this here, but it could be composer related. Including the docusign eSign client via composer on a fresh Syfmony 3 install was giving me an error of:
Class EnvelopesApi\CreateEnvelopeOptions() not found
Despite the fact that the class was correctly spelled. (Copied from another working project). Changed composer version to the same that was used on the other project with no avail. Removed all vendors and .lock file, with compose clear-cache and did a fresh install, the problem persisted. (on both versions of composer)
Composer version 1.3.1 & 1.4.3 same issues.
All other Docusign Classes where autoloaded correctly.
Finally got it working using:
composer dump-autoload --optimize
Please let me know what other information could be required for debugging ? or if this should be directed to composer
Hi,
I'm posting this here, but it could be composer related. Including the docusign eSign client via composer on a fresh Syfmony 3 install was giving me an error of:
Despite the fact that the class was correctly spelled. (Copied from another working project). Changed composer version to the same that was used on the other project with no avail. Removed all vendors and .lock file, with compose clear-cache and did a fresh install, the problem persisted. (on both versions of composer)
Composer version 1.3.1 & 1.4.3 same issues.
All other Docusign Classes where autoloaded correctly.
Finally got it working using:
Please let me know what other information could be required for debugging ? or if this should be directed to composer