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
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: