siripravi / yii2-wizard
Wizard behavior for Yii Framework 2.0
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 9
Type:yii2-extension
Requires
This package is auto-updated.
Last update: 2024-11-18 04:46:22 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.