PHP code example of dbfernandes / yii2-introjs-widget
1. Go to this page and download the library: Download dbfernandes/yii2-introjs-widget library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
dbfernandes / yii2-introjs-widget example snippets
//Base Assets
dbfernandes\introjs\IntrojsAsset::register($this);
//Themes Assets
dbfernandes\introjs\themes\DarkAsset::register($this);
dbfernandes\introjs\themes\NassimAsset::register($this);
dbfernandes\introjs\themes\NazaninAsset::register($this);
dbfernandes\introjs\themes\RoyalAsset::register($this);
dbfernandes\introjs\themes\FlattenerAsset::register($this);
dbfernandes\introjs\themes\ModernAsset::register($this);