Yii2 Bootstrap Tour

This is the forum for the yii2-bootstrap-tour extension.

Yii2 Bootstrap Tour is a wrapper widget for BootstrapTour

Package

Source

Issues

Usage:


<?php Tour::widget([

    'clientOptions' => [

        'steps' => [

            [

                'element' => "#element1",

                'title' => "Step 1",

                'content' => "Content of my step 1",

            ],

            [

                'element' => "#element2",

                'title' => "Step 2",

                'content' => "Content of my step 2",

            ],

        ],

    ],

]); ?>