clem44/slim-starterkit

Slim 4 Starter kit App

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

v1.0.3 2023-12-08 19:21 UTC

This package is auto-updated.

Last update: 2024-04-10 16:57:32 UTC


README

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