-
Not sure it that is an issue, but the following test fails.
```php
$cookies = new Cookies(['expires' => null]);
$this->assertFalse($cookies->get('not-set', false));
$th…
-
Maybe someone can advise me,
I'm using Twig view beta in the new slim 4 frame work. Im also using the slim/flash package to add messages.
Now the problem is I want to create a new global so tha…
-
Hi there, awesome product, thx!
I am facing an issue, the generated links for the packages for each version are not in https.
So when I add the release-belt to my Satis, it not the ability to down…
-
The Response constructor will by default create a Headers object to collect headers to be sent. The Headers constructor will call setHeaders() which will call parseAuthorizationHeader(). parseAuthori…
geirp updated
4 years ago
-
We need to have base path handling working consistently without confusion in Slim 4.
See also: https://github.com/slimphp/Slim/issues/1964
-
Hi, we just noticed some strange failing tests after upgrading to 1.10.0. We isolated the problem to this test case.
```php
require __DIR__ . '/vendor/autoload.php';
class A {
public func…
-
## The devDependency [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) was updated from `3.0.0` to `3.0.1`.
🚨 [View failing branch](https://github.com/zguillez/generator-s…
-
Need to add this to the cookbook
```php
-
Hello, In my project we use [PHPStan](https://github.com/phpstan/phpstan) for the static analysis, and throw me an error from the method `getParams` from `\Slim\Http\Request` because say the method ca…
-
I modified the `bin/parse-twig.php` suggested in https://github.com/odan/twig-translation#parsing-twig-files slightly to fit into my app (https://github.com/vaizard/glued-skeleton/blob/master/glued/Co…