heidilabs/little

This package is abandoned and no longer maintained. No replacement package was suggested.

Little

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 1

Open Issues: 0

pkg:composer/heidilabs/little

0.1.0 2015-06-14 16:38 UTC

This package is auto-updated.

Last update: 2019-12-14 08:37:13 UTC


README

Little provides a structure for building small to medium applications with Silex.

Libraries included

Little comes with some css/js libraries in the web/assets folder:

Install

$ composer create-project heidilabs/little myproject

Run

$ cd myproject
$ php -S 0.0.0.0:8080 -t web/

Point your browser to http://localhost:8080 to access it