PHP code example of cinghie / yii2-ionicons
1. Go to this page and download the library: Download cinghie/yii2-ionicons 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/ */
cinghie / yii2-ionicons example snippets
use cinghie\ionicons\IoniconsMinifyAsset;
IoniconsMinifyAsset::register($this);
use cinghie\ionicons\IoniconsAsset;
IoniconsAsset::register($this);