fritsvt/slim-skeleton

There is no license information available for the latest version (v1.0.1) of this package.

Simple slim skeleton using php-di bridge and twig views

v1.0.1 2017-02-28 14:02 UTC

This package is not auto-updated.

Last update: 2024-04-28 00:16:20 UTC


README

This is a simple Slim 3 skeleton to quickly get started building your Slim 3 applications. For this application I have chosen a php-di/slim-bridge for dependency injection.

Installation

composer create-project fritsvt/slim-skeleton

Run the project

To run the slim application simply execute the command below

php -S localhost:8000 -t public/