makroxyz / yii2-wizard
Wizard behavior for Yii Framework 2.0
Installs: 377
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 8
Forks: 9
Open Issues: 3
Type:yii2-extension
Requires
This package is not auto-updated.
Last update: 2025-07-19 21:00:31 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.