Heroicons as Blade Componenents
You can install the package via composer:
composer require macsidigital/blade-heroicons
You can publish the config file with:
php artisan vendor:publish --provider="MacsiDigital\BladeHeroicons\BladeHeroiconsServiceProvider" --tag="config"
This is the contents of the published config file:
return [
];
<x-heroicons::v1.solid.academy-cap class="h-4 w-4" />
Please see CHANGELOG for more information on what has changed recently.