-
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…
-
This is more of a question about the response emitters than a bug report.
Slim does this processing before emitting the response: https://github.com/slimphp/Slim/blob/3.x/Slim/App.php#L472-L484
Shou…
-
The current README should be updated to reflect that Slim3 can easly use Monolog without any extra library.
https://github.com/slimphp/Slim/issues/1751
-
The default Nginx value of SCRIPT_NAME parameter sent to PHP-FPM is:
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
https://github.com/nginx/nginx/blob/master/conf/fastcgi_params#L7
The default va…
-
Unable to password protect access using AuthType Basic from apache.
```
AllowOverride AuthConfig
AuthType Basic
AuthName "Password:"
AuthBasicProvider file
AuthUserFile /pathtopw/p…
-
The following should return an array containing each accepted type, but instead it returns an array of length 1 with the first element containing a comma delimited string.
```
$app->get('/', functio…
-
I noticed that PHPUnit tests are not being executed on travis for PHP 7 and 7.1.
This was the last job that Unit tests ran on PHP 7 and 7.1:
https://travis-ci.org/slimphp/Slim/builds/208668952
Afte…
-
Hello!
I had an issue while i was building an API gateway.
What I noticed was that sending data from a Slim Request by a Guzzle Client if there was some data sent by the body, the api didn't get the…
-
Could you make an offline version as Docset for Dash/Zeal or PDF format ?
And could you add an example of vhost for Apache2 ?
If you want I can give you mine. (I don't use the .htaccess, only vhos…
ghost updated
7 years ago
-
According to it's docblock, `RouteInterface::setArgument()`'s $value argument needs to a string, whereas `RouteInterface::getArgument()` returns `mixed`, and accepts `mixed` type for its $default para…