siripravi / yii2-wizard
Wizard behavior for Yii Framework 2.0
Package info
github.com/siripravi/yii2-wizard
Type:yii2-extension
pkg:composer/siripravi/yii2-wizard
v1.1
2024-11-18 04:39 UTC
Requires
This package is auto-updated.
Last update: 2026-02-26 19:14:01 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 siripravi/yii2-wizard "*"
or add
"siripravi/yii2-wizard": "*"
to the require section of your composer.json file.