2017 © Pedro Peláez
 

project slem-stater

A template starter structure for Slim Framework

image

j1nz/slem-stater

A template starter structure for Slim Framework

  • Friday, June 29, 2018
  • by thanglt
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

slem-starter

A template starter structure for Slim Framework (php), (*1)

Installation

composer create-project lovecoding/slem-starter myproject, (*2)

What's this all about then?

The simplest boilerplate for getting started on a new Slim adventure., (*3)

How to configure template

Open .env in root myproject and edit it, (*4)

Usage

You may quickly test this using the built-in PHP server:, (*5)

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

The Versions

29/06 2018