makroxyz/yii2-wizard

Wizard behavior for Yii Framework 2.0

Maintainers

Package info

github.com/makroxyz/yii2-wizard

Type:yii2-extension

pkg:composer/makroxyz/yii2-wizard

Statistics

Installs: 377

Dependents: 0

Suggesters: 0

Stars: 11

Open Issues: 3

dev-master 2018-11-21 13:57 UTC

This package is not auto-updated.

Last update: 2026-04-12 00:41:45 UTC


README

This is a Yii2 porting of amazing Yeti extension http://www.yiiframework.com/extension/wizard-behavior/ Please refer to link above for manual. This is an early version.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist makroxyz/yii2-wizard "*"

or add

"makroxyz/yii2-wizard": "*"

to the require section of your composer.json file.

Usage