Skip to content
Nicolas Brassard edited this page Oct 27, 2016 · 37 revisions

Building

Email

Relationships

Specs

Dev notes

Symphony 2.3

Symphony 2.4

Symphony 2.5

Symphony 2.6

Symphony 3.0

PHP 5.4

Rowan Lewis created a router file so that you can run Symphony off the built in server available in PHP 5.4. It's available in this gist. To run, add these files to your Symphony install and use with the following command from the root directory of your Symphony installation:

php -S localhost:8080 router.php

Test Cases