-
Hey,
I just wanted to bring up a discussion for later releases on adding the status codes as constants to the Response class. Similarly to http://api.symfony.com/3.4/Symfony/Component/HttpFoundatio…
-
Hi all,
I'm afraid I have **no** idea why this is happening, but my redirects have stopped working with Slim 3.9.0 (downgrading to 3.8.1 fixes the problem). It just shows a blank page. I assume s…
-
## Version **4.15.0** of [eslint](https://github.com/eslint/eslint) was just published.
Branch
Build failing 🚨
Dependency
eslint
…
-
https://github.com/slimphp/Slim/issues/1724
Causing issues with CSRF Blacklist.
ghost updated
7 years ago
-
We need to document the actual services that need to be in the Container in order for Slim to work. Also stating which objects should be shared and which should be new on each call.
-
Hello there, seems like
`$this->uri->getBaseUrl()`
Is using ->getAuthority() to build a scheme and host which results in http://username:password@localhost/ and MS Edge is dying here...
Solut…
-
Hi,
I hit an issue recently while following the documentation for running SLIM 3 on IIS (specifically IIS8 via Azure App Services), I tried following https://www.slimframework.com/docs/start/web-se…
ghost updated
7 years ago
-
Hey guys,
With Slim2 I was able to get the value supplied in the Authorization in the headers but with Slim3 i can't get it.
I can get other header parameters though.
This is what I have tried
``` ph…
-
It would be useful if we could extend the idea of route groups (which is a many-to-one relationship) to route tags. For example:
```
// Front page
$app->get('/', function (Request $r…
-
In doc I can see that controllers can be defined by string 'ControllerClass:myMethod' (https://www.slimframework.com/docs/objects/router.html). But it doesn't work for me. I always get error: `is neit…