Home

Awesome

Symfony Collection demo website

See this website live


Installation

php -r "readfile('https://getcomposer.org/installer');" | php
php composer.phar install
php app/console assetic:dump
php app/console assets:install web --symlink
php app/console server:start

Usage

All "Basic Usage" samples have their own controllers, form types, views etc. for easier readability.

If you go to http://127.0.0.1:8000/basic/positionField, it means that:

Other samples use more generic data because that was quicker to code. If you feel that's not easy enough to understand, don't hesitate to throw a suggestion or a PR.

License