heidilabs / little
Little
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 1
Open Issues: 0
pkg:composer/heidilabs/little
Requires
- php: >=5.4.0
- silex/silex: ~1.3
- symfony/twig-bridge: ^2.7
- symfony/yaml: ^2.7
- twig/twig: ^1.18
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