All Projects → lyrixx → Sflive Paris2016 Workflow

lyrixx / Sflive Paris2016 Workflow

Demo app for the new symfony/workflow component

Projects that are alternatives of or similar to Sflive Paris2016 Workflow

Idea Php Symfony2 Plugin
IntelliJ IDEA / PhpStorm Symfony Plugin
Stars: ✭ 797 (+398.13%)
Mutual labels:  twig, symfony
Ezplatform Demo
Fork of "ezplatform" meta repository, contains code and dependencies for demo distribution of eZ Platform. Not recommended for a clean install for new projects, but great for observation and learning!
Stars: ✭ 42 (-73.75%)
Mutual labels:  symfony, demo
Migrify
Futuristic Grinder for Legacy Code with Effortles Confidence
Stars: ✭ 25 (-84.37%)
Mutual labels:  twig, symfony
Workflow
The Workflow component provides tools for managing a workflow or finite state machine.
Stars: ✭ 418 (+161.25%)
Mutual labels:  symfony, workflow
Nodefony Starter
Nodefony Starter Node.js Framework
Stars: ✭ 95 (-40.62%)
Mutual labels:  twig, symfony
Bolt
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL.
Stars: ✭ 4,136 (+2485%)
Mutual labels:  twig, symfony
Redaxo Mit Docker
Simple 🐳 Docker setup for REDAXO development. Contains demo website and beginner’s guide!
Stars: ✭ 40 (-75%)
Mutual labels:  demo, workflow
Twig Pack
A Symfony pack for Twig
Stars: ✭ 255 (+59.38%)
Mutual labels:  twig, symfony
Platform
Shopware 6 is an open source eCommerce platform realised by the ideas and the spirit of its community.
Stars: ✭ 1,267 (+691.88%)
Mutual labels:  twig, symfony
Kimai2
Kimai v2 is a web-based multiuser time-tracking application. Free for everyone: freelancers, agencies, companies, organizations - all can track their times, generate invoices and more. SaaS version available at https://www.kimai.cloud
Stars: ✭ 1,216 (+660%)
Mutual labels:  twig, symfony
Twig Extra Bundle
The Twig bundle for official extra extensions
Stars: ✭ 389 (+143.13%)
Mutual labels:  twig, symfony
Symfony Demo App
A Symfony demo application with basic user management
Stars: ✭ 122 (-23.75%)
Mutual labels:  twig, symfony
Explicit Architecture Php
This repository is a demo of Explicit Architecture, using the Symfony Demo Application.
Stars: ✭ 372 (+132.5%)
Mutual labels:  symfony, demo
Ec Cube
EC-CUBE is the most popular e-commerce solution in Japan
Stars: ✭ 591 (+269.38%)
Mutual labels:  twig, symfony
Fossdroid Core
Fossdroid Core is a web frontend of F-Droid: an alternative software repository comprising only free, open source software for Android. This repo is the open source version of fossdroid.com.
Stars: ✭ 329 (+105.63%)
Mutual labels:  twig, symfony
Idea Php Drupal Symfony2 Bridge
PhpStorm plugin to support Symfony components inside Drupal 8
Stars: ✭ 34 (-78.75%)
Mutual labels:  twig, symfony
Slugify
Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
Stars: ✭ 2,697 (+1585.63%)
Mutual labels:  twig, symfony
Core
🧿 Bolt 4 core
Stars: ✭ 243 (+51.88%)
Mutual labels:  twig, symfony
Fmbbcodebundle
🔠 BBCode bundle for Symfony projects
Stars: ✭ 56 (-65%)
Mutual labels:  twig, symfony
Knppaginatorbundle
SEO friendly Symfony paginator to sort and paginate
Stars: ✭ 1,534 (+858.75%)
Mutual labels:  twig, symfony

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].