-
Taken from https://github.com/slimphp/Slim/issues/1336: "It might also be good to add some helper methods to the app notFound method, error method, and notAllowed method in \Slim\App would make this s…
-
We're unable to leverage full Pimple due to a key pass-thru missing in Slim\Container's constructor:
``` php
/**
* Create new container
*
* @param array $userSettings Associative a…
guice updated
9 years ago
-
This can wait for 3.1.
After reviewing the source code, I think we need to move some of the construction code around.
There are many classes that have static constructors `createFromEnvironment`:
Uri…
-
Is Slim 3.0 actually PSR-7 Swappable? It is not.
Results of commenting out non-psr-7 methods on Slim Classes
Tests: 362, Assertions: 231, Errors: 213.
Gist log of my PHPUnit test
https://gist.github…
-
`mouf/pimple-interop` is based on Pimple 1. The Pimple project is currently on version 3.0.2. We probably don't want to be recommending Pimple 1.
-
Since commit slimphp/Slim@ea4f1fc `\Slim\App` is no longer a instance of `\Pimple\Container`. This affects registration of Pimple Service Providers.
**Before**
A Service Provider can be registered on…
-
In the app class here...
https://github.com/slimphp/Slim/blob/3.x/Slim/App.php#L236
If you use a string callable for your routes, there is always one lookup performed BEFORE the route is dispatched.…
-
Currently, the Slim 3.x documentation states,
> A middleware is a callable that accepts three arguments:
> 1. \Psr\Http\Message\RequestInterface - The request object
> 2. \Psr\Http\Message\ResponseIn…
-
Hello again :smile:
> Note this is for Slim 3
Looking at docs on [Middleware](http://www.slimframework.com/docs/concepts/middleware.html), and [Router](http://www.slimframework.com/docs/objects/rou…
-
The documentation is still not available yet.
http://www.slimframework.com/docs/features/flash.html