This is a starter project for Slim 4 that includes PHP-DI and Monolog.
To create a new project :
$ composer create-project akrabat/slim4-starter my-new-project
$ cd my-new-project
Test using the PHP built-in server:
php -S 0.0.0.0:8888 -t public/
Navigate to http://localhost:8888