cronos87/silex-skeleton

Another personal Silex Skeleton.

v1.0.0 2015-05-29 07:26 UTC

This package is not auto-updated.

Last update: 2024-04-24 14:13:45 UTC


README

Another Personal Silex Skeleton.

To launch the project in dev mode with the built-in server provided by PHP 5.4, execute this command in the root project:

php -S localhost:8080 -t www www/index_dev.php

You can change the port as your convenience.