-
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…
-
Hey guys, i'm happy V4 of slim is out, but one thing i am not quite so sure on is the new method for returning JSON, it is much more code then in previous versions of slim, may i ask why it's been rem…
-
Hi all,
So a callable cannot be an array, this code looks invalid;
/**
* @param callable $callable
*
* @return callable
*/
private function bindToContainer(callabl…