Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
/ timeline-app Public archive

A symfony application which implements HighcoTimelineBundle

Notifications You must be signed in to change notification settings

stephpy/timeline-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timeline demo application

screenshot

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.