forge-php-client icon indicating copy to clipboard operation
forge-php-client copied to clipboard

Manual install broken

Open jdkuhnke opened this issue 4 years ago • 1 comments

Problem

The manual install doesn't mention the projects dependencies like the core-php-client which itself has a broken manual install because its mentioned autoloader.php doesn't exist. Therefore, the manual install cannot be completed.

Workaround:

  • Use composer to get a clean setup project
  • Rename and copy the generated folder vendor into your project's library folder or the like.
  • Require the autoloader.php in you project

jdkuhnke avatar Aug 28 '20 07:08 jdkuhnke

The same problem might be mentionded in #38.

jdkuhnke avatar Aug 28 '20 11:08 jdkuhnke