lovecoding/slem-starter

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

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Type:project

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

This package is auto-updated.

Last update: 2025-03-16 23:48:32 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