// DOKUMENTATION ICON PICKER 1.x
Veraltet

Sie lesen die Dokumentation für 1.x. Aktuell ist 5.x.

Zur Dokumentation für 5.x →

Installation

Requirements

  • PHP 8.0 or higher
  • Filament 2.x
  • Laravel 9 or 10

Installing the package

You can install the package via composer:

composer require guava/filament-icon-picker:"^1.0"

Configuration

You can publish the config file with:

php artisan vendor:publish --tag="filament-icon-picker-config"

It ends up in config/icon-picker.php and lets you set the defaults for every picker in your application:

return [
    'sets' => null,

    'columns' => 1,

    'layout' => \Guava\FilamentIconPicker\Layout::FLOATING,

    'cache' => [
        'enabled' => true,
        'duration' => '7 days',
    ],
];

Every one of these can also be set per field, which is covered in options.

NOTEWhen you install a new icon set and it doesn't show up in the picker, please clear your cache. Search results are cached for 7 days by default.

guava/filament-icon-picker 843K Installationen · 165 Sterne
// COOKIES

Ein paar Cookies halten die Seite am Laufen und merken sich die Sprache, in der Sie lesen. Andere zählen Besuche, und die bleiben aus, bis Sie zustimmen.

Cookie-Richtlinie