makroxyz / yii2-wizard
Wizard behavior for Yii Framework 2.0
dev-master
2018-11-21 13:57 UTC
Requires
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.