FlorianKromer / SFLive-Paris2016-Workflow

Demo app for the new symfony/workflow component

Home Page:http://symfony-workflow-demo.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SFLive-Paris2016-Workflow

Installation

composer install
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

About

Demo app for the new symfony/workflow component

http://symfony-workflow-demo.herokuapp.com/


Languages

Language:HTML 69.1%Language:PHP 30.9%