PHP code example of codeat3 / blade-icon-generation-helpers
1. Go to this page and download the library: Download codeat3/blade-icon-generation-helpers 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/ */
codeat3 / blade-icon-generation-helpers example snippets
composer
$iconProcessor = new IconProcessor($icon, $config, $sourceFile);
$iconProcessor = new IconProcessor($icon, $config, $sourceFile);
$iconProcessor
->optimize()
->save();