Skip to content

devhelp/FlowControlBundleSandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start

  • Clone github repository
$ git clone https://github.com/devhelp/FlowControlBundleSandbox.git
$ php app/console server:run
$ php app/console router:debug

Demo flows

Simple flow

Standard flow, just page rendering, where last step is annotated with @DisableAutocommit

url: /simple-flow/{stepName}

Form flow

Flow that consists of form submission. It allows you to check how does flow control behaves if this case and how to achieve desired behavior

url: /form-flow/{stepName}

Secured flow

Flow with login form. You will have a chance to take a look how flow control fits in Symfony security

url: /secure-flow/{stepName}

Credits

Brought to you by : Devhelp.pl (http://devhelp.pl)

About

sandbox application that introduces Devhelp/FlowControlBundle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages