-
Let's assume that the document root is set to `./`, public folder resides in `./public` (just like in [slim3-skeleton](https://github.com/akrabat/slim3-skeleton) app) and the `.htaccess` in the **docu…
-
The `SapiEmitter` generates a `Content-Length` header based on the length of the body stream length.
But it also flushes any existing output buffer, and doesn't take measures to prevent both of tho…
-
Hi,
I am trying to use a combination of technology including slimframework for creating an api with glide on the server side on a different subdomain (api.sample.com) then my client side (app.sampl…
-
Hello,
I try Slim. In a localhost Wamp server, it's work fine but when I put on the web server, there is a problem.
The test code :
require __DIR__ . '/vendor/autoload.php';
$app = new Sl…
-
Hello,
I've found one issue, but I am not sure what is actually broken, I think it has something with output from ```Slim\App::respond(ResponseInterface $response)```
I am trying to use 3rd party …
-
TinCanPHP uses [fopen](http://php.net/manual/en/function.fopen.php) for remote connection.
Opposite to our competitors we are returning always `404` for valid requests. this is due to a path issu…
-
![image](https://cloud.githubusercontent.com/assets/11234139/23302206/0cf648ac-fa8e-11e6-9a9a-0c8510c44fa2.png)
![image](https://cloud.githubusercontent.com/assets/11234139/23302212/16920e50-fa8e-11e…
-
I'm trying to echo an array in twig and I found this documentation on twig's site:
```
$twig = new Twig_Environment($loader, array(
'debug' => true,
// ...
));
$twig->addExtension(new Twig_Ex…
-
What do you think about dropping support for php 5.6 for the 4.x?
-
Is it possible to decouple the registry of default service providers from Slim\Container?
There may be two options:
a) if $defaultSettings and registerDefaultServices() were not `private` but `p…