Arul
Arul
Take a look at my implementation at https://github.com/Arul-/reactive-restler/blob/dev/interop/Workerman/Psr7.php The only dependency it has with the rest of my framework is ```php $class = ClassName::get(ServerRequestInterface::class); ``` It can easily be changed...
Understood!
@pvbergen thanks for your suggestions, I will look at the possibilities and get back to you
Provide more information on which version you have installed and which example or custom code you are trying to assist you further
`@example` is not integrated with Explorer. The model you see is auto generated by Swagger In the previous version swagger was not doing that and we could support `@example`
> Maybe there could be a note in the docs stating @example was deprecated. We won't do that as Explorer is not final. We want to target swagger 2+ first...
Let's discuss this here! What is your use case? I could not understand your statement above Once you provide your use case, let me come up with an example that...
You are using Apache server or Nginx?
Here is an example that is tested in my localhost [endpoint.zip](https://github.com/Luracast/Restler/files/7642636/endpoint.zip) under Apache webserver. Unzip the content under webroot and try it out It shows BMI example API under `/endpoint/rest/BMI`...
If you want the `index.php` in the webroot, you can add the API as follows ```php