PHP code example of vlassiuk / yii2-owl.carousel2
1. Go to this page and download the library: Download vlassiuk/yii2-owl.carousel2 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/ */
vlassiuk / yii2-owl.carousel2 example snippets
<?= \vlassiuk\owlcarousel2\Owlcarousel2::widget([...]);
<?= \vlassiuk\owlcarousel2\Owlcarousel2::end();