Awesome
Timeline demo application
Use it ?
composer install
# edit app/config/parameters.yml file
php app/console doctrine:database:create
php app/console doctrine:schema:update --force
php app/console doctrine:migrations:migrate -n
php -S localhost:8000 -t web
Go on "/app_dev.php"
If you have any suggestion or improvement, feel free to contact me or create an issue.