PHP code example of sjaakp / yii2-symbol-picker
1. Go to this page and download the library: Download sjaakp/yii2-symbol-picker 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/ */
sjaakp / yii2-symbol-picker example snippets
class AppAsset extends AssetBundle
{
public $css = [
'//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css',
'css/site.css'
... // other css files
];
...
}