Skip to content

lugus/SFLive-Paris2016-Workflow

 
 

Repository files navigation

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

About

Demo app for the new symfony/workflow component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.6%
  • PHP 35.4%