dev-master
9999999-devBootstrap Tour widget for Yii2
MIT
The Requires
by macrowish
extension yii2 bootstrap widget tour
Bootstrap Tour widget for Yii2
Bootstrap Tour widget for Yii2, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist macrowish/yii2-bootstrap-tour "dev-master"
or add, (*4)
"macrowish/yii2-bootstrap-tour": "dev-master"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
'Step 1', 'content'=>'Content and stuff', 'element'=>'#some-element' ]; // $steps[1] = ... etc \macrowish\widgets\BootstrapTour::widget([ 'steps'=>$steps, 'options'=>[ 'backdrop'=>'true' ] ]); ?>
Bootstrap Tour widget for Yii2
MIT
extension yii2 bootstrap widget tour