akrabat/slim4-starter

Starter Slim 4 project

2.0 2023-04-02 20:18 UTC

This package is auto-updated.

Last update: 2024-03-02 22:19:12 UTC


README

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