DEV Community

Discussion on: Getting started with Slim PHP framework by building a very simple MVC/OOP app

Collapse
 
bvrulez profile image
bomben • Edited

I like this tutorial very much for getting a basic grasp on what is going on. But there is no src/dependencies.php (also no dependAncies.php). Is this due to a new version of slim? How can we proceed anyway? Thanks a lot!

EDIT: I tried it anyway (creating a depandencies.php and putting in that single line) and got the following error that I do not understand since this file exists: Uncaught Error: Class 'App\Application\Handlers\HttpErrorHandler

Collapse
 
lucasxsl profile image
lucas-xsl

packagist.org/packages/slim/slim-s...

According to the time the article was published, this version has this file;

this commend:
composer create-project slim/slim-skeleton slimFarm 3.1.5