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 👇
@blacktornado You screenshot shows that you start the php internal webserver directly in your Desktop directory. I'm sure this is not the correct path where you have stored the public/ directory. Change into the project directory and then into the
public/
directory.I think in your specific case it should be:
You can also try this:
Then navigate to: http://localhost:8000/
For technical questions create an issue here: https://github.com/odan/slim4-tutorial/issues
Read more: odan/slim4-skeleton#7