PHP code example of daljo25 / blade-pixelicon-icons

1. Go to this page and download the library: Download daljo25/blade-pixelicon-icons 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/ */

    

daljo25 / blade-pixelicon-icons example snippets

bash
php artisan vendor:publish --tag=blade-pixelicon-icons-config

config/blade-pixelicon-icons.php
bash
php artisan vendor:publish --tag=blade-pixelicon-icons
blade
<x-pixelicon-user fill="red" />
blade
<x-pixelicon-user style="color:#0ea5e9" />