PHP code example of elisevgeniy / yii2-lifhtbox2-lokeshdhakar

1. Go to this page and download the library: Download elisevgeniy/yii2-lifhtbox2-lokeshdhakar 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/ */

    

elisevgeniy / yii2-lifhtbox2-lokeshdhakar example snippets


<?= \b4djo\popup_image\PopupImageWidget::widget([
    'thumbnail'     => $thumbnailUrl,
    'source'        => $sourceUrl,
    'description'   => $description,
    'group' => "default_group",
    'height' => "100%",
    'width' => "100%",
    'style' => ""
]); 

php composer.phar