PHP code example of abetwothree / laravel-iconify-api

1. Go to this page and download the library: Download abetwothree/laravel-iconify-api 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/ */

    

abetwothree / laravel-iconify-api example snippets

bash
php artisan vendor:publish --tag="iconify-api-config"
bash
php artisan config:clear
php artisan cache:clear
php artisan view:clear