8000 GitHub - tacman/SFLive-Paris2016-Workflow: Demo app for the new symfony/workflow component
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tacman/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:migration:migrate

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

Thanks

Thanks CleverCloud for hosting the demo application.

About

Demo app for the new symfony/workflow component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 55.0%
  • Twig 44.8%
  • Shell 0.2%
0