proloser/cakephp-wizard

CakePHP Wizard Plugin

Maintainers

Package info

github.com/ProLoser/CakePHP-Wizard

Type:cakephp-plugin

pkg:composer/proloser/cakephp-wizard

Statistics

Installs: 811

Dependents: 0

Suggesters: 0

Stars: 34

Open Issues: 4

dev-master 2017-06-02 11:52 UTC

This package is auto-updated.

Last update: 2019-12-29 02:31:02 UTC


README

The Wizard plugin for CakePHP automates several aspects of multi-page forms including data persistence, form preparation and unique data processing, wizard resetting (manual and automatic), user navigation, and plot-branching navigation while maintaining flexibility with custom validation and completion callbacks.

Installation

  • Clone/Copy the files in this directory into app/plugins/wizard
  • Include the wizard component in your controller:
    • public $components = array('Wizard.Wizard');

Documentation

Detailed documentation, including usage examples, can be found in the GitHub wiki.