2017 © Pedro Peláez
 

yii2-extension yii2-bootstrap-tour

Bootstrap Tour widget for Yii2

image

macrowish/yii2-bootstrap-tour

Bootstrap Tour widget for Yii2

  • Friday, August 19, 2016
  • by macrowish
  • Repository
  • 1 Watchers
  • 4 Stars
  • 67 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 26 % Grown

The README.md

Yii2 Bootstrap Tour

Bootstrap Tour widget for Yii2, (*1)

Installation

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)

Usage

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'
        ]
     ]); ?>

The Versions

19/08 2016

dev-master

9999999-dev

Bootstrap Tour widget for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar macrowish

extension yii2 bootstrap widget tour