-
I'm trying to use
`$output = $this->twig->fetch('template_file.twig', compact(...)); `
to return the generated HTML, but it only outputs straight to the browser.
I even tried adding `die('test…
-
Hello everyone, I'm having a problem with this image, I hope you can help me. While executing `composer install`, a bunch of github URL's are failing inside the container, but everything works fine lo…
-
I do not know why. I do like this.
``` php
$content_type = 'application/json;charset=utf-8';
$response->withStatus(200)
->withHeader('Content-type', $content_type)
->write($data);
```
But in…
-
Hi,
I am using Traefik v2.4.8 in front of my SlimPHP 4 application.
Traefik manages HTTPS connections and communicates with Apache in the backend on port 8080.
When I enable your Www Middleware…
-
When running slim3 in a subdirectory, the behaviour of getPath is to remove the leading slashas explained here:
https://github.com/slimphp/Slim/issues/1724
This causes issues with specfinder which…
-
**Environment**
1. Version
2020.10
2. Integration (Laravel, TYPO3, Symfony, SlimPHP or Flow)
TYPO3
3. System (Linux, Mac, Windows)
Linux
**Describe the bug**
If a product that is used as a v…
-
the version in App.php isnt matching the released tag. i saw my version in my vendor folder was showing as `public const VERSION = '4.7.0';` whereas the "tag" on github is 4.8.0 and i got very confuse…
-
Not sure if this is already available, but a middleware that would make routes case insensitive could be useful. I ran into this recently with a route that I named "oAuth", but later tried to access u…
-
# Bug report
```php
-
Hello!
None of any requests with thrown errors (exceptions) goes through middlewares, as it falls into registered_shutdown_function which declared in public/index.php: https://github.com/slimphp/Sl…