Skip to content

clem44/slim4-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slim4-starter

Slim 4 Starter Kit for new Web projects

This is a starter project for Slim 4 that includes PHP-DI and Monolog. It also includes Twig, CSRF, and Illumination Database Engine.

To create a new project :

$ composer create-project clem44/slim-starterkit [my-new-project]
$ cd my-new-project

Test using the PHP built-in server:

php -S 0.0.0.0:8888 -t public/

Make sure to set the basepath in boostrap/application.php :

$ app->setBasePath(" ")

Navigate to http://localhost:8888