Skip to content

Commit

Permalink
collect icons from all blade icons providers
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Jun 30, 2024
1 parent fcaf27a commit a9d3f8d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Picker & Table Column & Icons Provider for FilamentPHP
composer require tomatophp/filament-icons
```

after install use this command to cache all icons

```bash
php artisan filament-icons:install
```

## Usage

```php
Expand Down Expand Up @@ -84,6 +90,13 @@ than you need to clear cache by use this command
php artisan filament-icons:clear
```

to cache it again use this command


```bash
php artisan filament-icons:install
```

you can try add Box Icons using this snap [Box Icon Snap](boxicons-provider-snap.md)

## Publish Assets
Expand Down

0 comments on commit a9d3f8d

Please sign in to comment.