-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
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
Code is not working out of the box #20
Comments
That's most probably of stupid implementation of SimpleRequest class, it will think that it's get request when you have post request with query. |
You probably need to run Secondly, please try to right in understandable english so that it's possible for us to debug. Thank you. |
@adadgio look at this code
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So I installed this with composer, and turns out the dependencies were not right. So I changed the composer version to
dev-master
, and now the code runs without errors but the files are nowhere to be seen.I spent a few hours trying to fix this issue, to no avail. I decided to try a new backend script afterwards and it worked perfectly.
So I don't know what is wrong specifically but I'm pretty sure this repository isn't working out of the box right now, if you're trying to use it, beware.
@dilab, please see if you can update the code or add some information regarding this on the readme
The text was updated successfully, but these errors were encountered: