lovecoding/slem-starter

A template starter structure for Slim 3.x Framework (which build in MVC architecture)

v3.0.3 2019-01-16 09:34 UTC

This package is auto-updated.

Last update: 2024-04-16 21:56:26 UTC


README

A template starter structure for Slim Framework (php)

Installation

composer create-project lovecoding/slem-starter myproject

What's this all about then?

The simplest boilerplate for getting started on a new Slim adventure.

How to configure template

Open .env in root myproject and edit it

Usage

You may quickly test this using the built-in PHP server:

$ cd myproject
$ php -S localhost:8080 -t public index.php