Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyrixx/sflive-paris2016-workflow
Demo app for the new symfony/workflow component
https://github.com/lyrixx/sflive-paris2016-workflow
demo php symfony workflow
Last synced: 5 days ago
JSON representation
Demo app for the new symfony/workflow component
- Host: GitHub
- URL: https://github.com/lyrixx/sflive-paris2016-workflow
- Owner: lyrixx
- Created: 2016-04-03T18:28:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T13:25:50.000Z (about 2 months ago)
- Last Synced: 2024-11-21T16:59:57.671Z (about 1 month ago)
- Topics: demo, php, symfony, workflow
- Language: PHP
- Homepage: https://s.lyrixx.info/workflow-demo
- Size: 816 KB
- Stars: 176
- Watchers: 20
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# SFLive-Paris2016-Workflow
Demo application of the [symfony/workflow](https://symfony.com/doc/current/components/workflow.html) component.
## Installation
composer install
# edit the .env file
bin/console doctrine:database:create
bin/console doctrine:migration:migrateIf 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](https://www.clever-cloud.com/) for hosting the [demo
application](https://demo-symfony-workflow.cleverapps.io/).