PHP code example of erikgaal / blade-streamline-icons

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

    

erikgaal / blade-streamline-icons example snippets


return [
    'prefix' => 'streamline',

    'path' => resource_path('icons/streamline'),

    /*
     * Define any aliases for families here.
     */
    'family_aliases' => [
        'core-line' => 'streamline-mini-line',
        'core' => 'core-free',
        'flex' => 'flex-free',
        'plump' => 'plump-free',
        'sharp' => 'sharp-free',
    ]
];
bash
php artisan vendor:publish --tag="blade-streamline-icons-config"
bash
php artisan streamline-icons:login