sireesh/slim4-twig

Slim 4 project With Twig Framework

1.0 2020-02-19 15:55 UTC

This package is auto-updated.

Last update: 2024-04-20 01:56:37 UTC


README

This is a starter project for Slim 4 that includes PHP-DI, Monolog and Twig.

To create a new project :

$ composer create-project sireesh/slim4-twig 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