-
I'm facing an issue while attempting to develop a caching middleware within Slim 4.11. It appears that regardless of whether I'm using the `withHeader` or `withAddedHeader` methods, there might be a c…
-
I installed [3.12.4](https://github.com/slimphp/Slim/tree/3.x) by composer, but display of `App::VERSION` is **3.12.3**
~~~
$ composer show -i
:
slim/slim 3.12.4 Sli…
-
- **Installation Method:** Traditional
- **Host OS:** Ubuntu 16.04
**Describe the issue in full detail, including screenshots if possible:**
I try to use Mixx for live brodcast, but every time …
-
![image](https://github.com/myaaghubi/PHP-Frameworks-Bench/assets/249085/1d07a4bf-b060-4c9f-9320-b7c9d03c2a74)
-
According to [the documentation](http://www.slimframework.com/docs/v4/objects/request.html)
```
The PSR-7 Request object’s URI is itself an object that provides the following methods to inspect th…
-
Hi hi
If I call a non existing route, Slim throws a HttpNotFoundException, but TYPO3 does not catch it, and the client finally gets a 500.
I would like to better handle Slim errors, maybe like t…
-
I have a login, which contains `@` in username and password. User info with this character is currently not encoded. I think there should be a `filterUserInfo()` method to correctly encode input as ot…
-
**Environment**
1. Version (e.g. 2017.10)
2. Integration (Laravel, TYPO3, Symfony, SlimPHP or Flow)
3. System (Linux, Mac, Windows)
**Describe the bug**
A clear and concise description of what …
-
I had this route:
```php
$app->get('/', function () {
// nothing
});
```
It doesn't seem to work anymore with v4.0.0:
> TypeError : Return value of Slim\Handle…
-
Hi!
Is 4.11 released?
I can see there is 4.11 in GitHub releases:
https://github.com/slimphp/Slim/releases/tag/4.11.0
But there is no 4.11 in CHANGELOG.md:
https://github.com/slimphp/Sl…