2017 © Pedro Peláez
 

symfony-bundle formflow-demo-bundle

Example code showcasing the features of CraueFormFlowBundle.

image

craue/formflow-demo-bundle

Example code showcasing the features of CraueFormFlowBundle.

  • Friday, January 5, 2018
  • by craue
  • Repository
  • 2 Watchers
  • 16 Stars
  • 280 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Information

Build Status Coverage Status, (*1)

CraueFormFlowDemoBundle contains the code used by http://craue.de/symfony-playground/en/CraueFormFlow/, a live demo showcasing the features of CraueFormFlowBundle., (*2)

Take a branch of CraueFormFlowDemoBundle matching the version of CraueFormFlowBundle you're using., (*3)

Installation

Get the bundle

Let Composer download and install the bundle by running, (*4)

composer require craue/formflow-demo-bundle:@dev

in a shell., (*5)

Enable the bundle

If you don't use Symfony Flex, register it manually:, (*6)

// in config/bundles.php
return [
    // ...
    Craue\FormFlowDemoBundle\CraueFormFlowBundle::class => ['all' => true],
    Craue\FormFlowDemoBundle\CraueFormFlowDemoBundle::class => ['all' => true],
];

Or, for Symfony 3.4:, (*7)

// in app/AppKernel.php
public function registerBundles() {
    $bundles = [
        // ...
        new Craue\FormFlowBundle\CraueFormFlowBundle(),
        new Craue\FormFlowBundle\CraueFormFlowDemoBundle(),
    ];
    // ...
}

Add the routes

# in config/routes.yaml
CraueFormFlowDemoBundle:
  resource: '@CraueFormFlowDemoBundle/Controller/'
  type: annotation

Usage

Start your server:, (*8)

symfony serve

Go to the demo page:, (*9)

https://127.0.0.1:8000/CraueFormFlow/

The Versions

05/01 2018

3.0.x-dev

3.0.9999999.9999999-dev https://github.com/craue/CraueFormFlowDemoBundle

Example code showcasing the features of CraueFormFlowBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christian Raue

demo form symfony2 symfony3 wizard step symfony4

04/01 2018

2.1.x-dev

2.1.9999999.9999999-dev https://github.com/craue/CraueFormFlowDemoBundle

Example code showcasing the features of CraueFormFlowBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christian Raue

demo form symfony2 wizard step

29/12 2017

dev-3.0.x-test

dev-3.0.x-test https://github.com/craue/CraueFormFlowDemoBundle

Example code showcasing the features of CraueFormFlowBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christian Raue

demo form symfony2 symfony3 wizard step symfony4

10/12 2017

dev-2.1.x-test

dev-2.1.x-test https://github.com/craue/CraueFormFlowDemoBundle

Example code showcasing the features of CraueFormFlowBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christian Raue

demo form symfony2 wizard step

29/07 2014

2.0.x-dev

2.0.9999999.9999999-dev https://github.com/craue/CraueFormFlowDemoBundle

Example code showcasing the features of CraueFormFlowBundle.

  Sources   Download

MIT

The Requires

 

by Christian Raue

form symfony2