PHP code example of richarddobron / blade-google-material-symbols-600
1. Go to this page and download the library: Download richarddobron/blade-google-material-symbols-600 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/ */
richarddobron / blade-google-material-symbols-600 example snippets
blade
<x-gms:600-fact_check-fill-outlined/>
blade
<x-gms:600-fact_check-outlined class="w-6 h-6 text-gray-500"/>
blade
<x-gms:600-fact_check-fill-rounded style="color: #555"/>
bash
php artisan vendor:publish --tag=blade-material-symbols-600 --force