PHP code example of weiwait / dcat-icon
1. Go to this page and download the library: Download weiwait/dcat-icon 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/ */
weiwait / dcat-icon example snippets
$form->icon('column', 'label');
$form->oIcon('column', 'label'); // 原图标
shell
php artisan vendor:publish --tag=weiwait.dcat-icon --force
shell
php artisan admin:ide-helper