PHP code example of aerni / font-awesome

1. Go to this page and download the library: Download aerni/font-awesome 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/ */

    

aerni / font-awesome example snippets


'driver' => 'kit'

'driver' => 'local'

'local' => [
    'metadata' => resource_path('fonts/fontawesome/metadata'),
    'css' => '/fonts/fontawesome/css/all.min.css',
],
bash
php please vendor:publish --tag=font-awesome-config