We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can anyone help with this. When I try to load example.php I get the following error:
PHP Fatal error: Class 'Asakusuma\SugarWrapper\Rest' not found in /Users/X/workspace/sugarcrm/SugarCRM-REST-API-Wrapper-Class/example.php on line 42
In the readme it says to edit composer.js to
{ "require": { "asakusuma/sugarcrm-wrapper": "dev-master" }, "minimum-stability": "dev" }
Do I replace the contents of composer.json that's pulled down from the repository?
Any help on the step by step to get this up and running would be great. Am I missing something here?
The text was updated successfully, but these errors were encountered:
Still doesn't work
Sorry, something went wrong.
No branches or pull requests
Can anyone help with this. When I try to load example.php I get the following error:
PHP Fatal error: Class 'Asakusuma\SugarWrapper\Rest' not found in /Users/X/workspace/sugarcrm/SugarCRM-REST-API-Wrapper-Class/example.php on line 42
In the readme it says to edit composer.js to
Do I replace the contents of composer.json that's pulled down from the repository?
Any help on the step by step to get this up and running would be great. Am I missing something here?
The text was updated successfully, but these errors were encountered: