PHP code example of cdvcol / yii2-widget-fullscreen

1. Go to this page and download the library: Download cdvcol/yii2-widget-fullscreen 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/ */

    

cdvcol / yii2-widget-fullscreen example snippets


use Cacko\Yii2\Widgets\FullScreen\widgets\FullScreenWidget;

echo FullScreenWidget::widget(['content' => Html::img('/start.webp')]);