thangl3 / slem-starter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:PHP 100.0%