Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 523 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 523 Bytes

yii2-wizard

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