/SFLive-Paris2016-Workflow

Demo app for the new symfony/workflow component

Primary LanguageHTML

SFLive-Paris2016-Workflow

Demo application of the symfony/workflow component.

Installation

composer install
# edit the .env file
bin/console doctrine:database:create
bin/console doctrine:schema:update --force

If you update the workflow configuration, you will need to regenerate the SVG by running the following command:

# For the task
bin/console  workflow:build:svg state_machine.task
# For the article
bin/console  workflow:build:svg workflow.article