Closed bladeofsteel closed 6 years ago
current versions:
container-interop/container-interop 1.2.0
jenssegers/lean v0.2.2
league/container 2.4.1
nikic/fast-route v1.2.0
pimple/pimple v3.2.3
psr/container 1.0.0
psr/http-message 1.0.1
slim/slim 3.9.2
I'm try use this project but I got exception in example.
In empty folder I install slim & lean:
next I make index.php:
start build-in web-server:
and go to http://localhost:8000/hello/world in console I got stack trace:
If I replace LeanApp by SlimApp application work well