So basically I have the code from the repository, which comes with a lot of things like the public folder which is not necessary for it to work.
I want to know what is the simplified version of the repository so that if I have a test environment and…
Restler is refusing to instantiate any of my API classes. It's just always saying it fails on Route, but doesn't bother to provide any other useful information. I installed Restler via composer via "restler/framework" : "3.0.0-RC6" and then…
I'm currently going to develop a REST API. I found Restler seems to be a good choice. But I'm wondering if it supports HTTPS? If YES, is there any example ?