Skip to content

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

License

Notifications You must be signed in to change notification settings

thang-d/slem-starter

Repository files navigation

slem-starter

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