https://odan.github.io/2019/11/05/slim4-tutorial.html
If you liked the tutorial, please click here on the star button: https://github.com/odan/slim4-tutorial
For technical questions create an issue here: https://github.com/odan/slim4-tutorial/issues
If you have Slim framework specific questions use: https://discourse.slimframework.com/
Write your comments / suggestions / feedback here 👇
Hi and thank you.
I followed the docuemntation up to "PSR-4 autoloading" before which I should able to pull the Hello World page in my browser. Except, I am getting this error.
Type: TypeError
Code: 0
Message: Argument 1 passed to Closure::{closure}() must be an instance of ServerRequestInterface, instance of Slim\Psr7\Request given, called in D:\Web\htdocs\lewe\slim4tut\vendor\slim\slim\Slim\Handlers\Strategies\RequestResponse.php on line 43
File: D:\Web\htdocs\lewe\slim4tut\config\routes.php
Line: 7
My website root is "D:\Web\htdocs". I set $app->setBasePath('/lewe/slim4tut'); That seems to work since everything else throws a 404.
I also noticed that Composer is always complaining this:
Package jeremeamia/superclosure is abandoned, you should avoid using it. Use opis/closure instead.
Does that have to do with it?