PHP code example of archielite / laravel-heroicons
1. Go to this page and download the library: Download archielite/laravel-heroicons 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/ */
archielite / laravel-heroicons example snippets
<x-heroicons::icon name="user-o" />
<x-heroicons::icon name="user-s" />
<x-heroicons::user-o />
<x-heroicons::user-s />
...