crankd / laravel-heroicons
This will create a basic crud example
Installs: 71
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Language:Blade
This package is auto-updated.
Last update: 2025-01-04 01:27:43 UTC
README
Install
composer require crankd/laravel-heroicons
php artisan vendor:publish
php artisan vendor:publish --tag=heroicons-config
Example
<x-heroicon::icon type="outline" icon="check" class="w-6 h-6" />
Setup Helper
php artisan vendor:publish --tag=heroicons-helper
Helper Position
top-left top-right bottom-left bottom-right
<x-heroicon-helper::helper position="bottom-right" />
<script src="{{ asset('crankd/laravel-heroicons/helper.js') }}"></script>