Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 392 Bytes

Slim 4 Starter

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