Download the PHP package wallacemartinss/filament-icon-picker without Composer

On this page you can find all versions of the php package wallacemartinss/filament-icon-picker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package filament-icon-picker

Filament Icon Picker

Latest Version on Packagist Total Downloads

A beautiful, modern icon picker component for Filament v5, powered by blade-ui-kit/blade-icons.

Screenshots

📸 Click to view screenshots | | | |:---:|:---:| | ![Screenshot 2](docs/images/screenshot-02.png) | ![Screenshot 3](docs/images/screenshot-03.png) |

Features

Requirements

Installation

Step 1: Install the package via Composer

Step 2: Install icon packages (Interactive)

You need at least one icon package to use the Icon Picker. Use the interactive installer:

This will show you an interactive menu to select which icon packages to install:

Other options:

Or install manually via Composer:

See all available icon packages at Blade Icons.

Step 3: Add package views to your Tailwind CSS configuration

Add the plugin's views to your theme CSS file so Tailwind can scan them:

Step 4: Build your assets

Step 5: (Optional) Publish the config file

Step 6: Clear caches

Step 7: (Optional) Cache icons for better performance

Icon Enums (Auto-generated)

When you install icon packages using php artisan filament-icon-picker:install-icons, PHP Enums are automatically generated for type-safe icon usage:

You can also regenerate enums manually:

Icon Helper (No Generation Needed)

For dynamic icon usage without generating enums, use the Icon helper:

Usage

Form Field

Restricting Icon Sets

Custom Modal Size

With Placeholder

Hide Set Filter

Table Column

With Size

With Color

Dynamic Color (Based on Record)

With Animation

Show Icon Name

Fixed Icon (Without Database)

Use the icon() method to display a fixed icon without requiring a database column:

Combining Options

Infolist Entry

With Size and Color

Dynamic Color (Based on Record)

With Animation

Hide Icon Name

Fixed Icon (Without Database)

Use the icon() method to display a fixed icon without requiring a database column:

Combining All Features

Using Icon Enums

After generating enums with php artisan filament-icon-picker:generate-enums, you can use them anywhere in Filament:

Navigation Icons

Dynamic Navigation Icon

Actions

Enum Methods

Each generated enum includes helpful methods:

Configuration

The config file allows you to customize the picker behavior:

Finding Icon Set Names

To find the correct set names for your installed packages, run:

Then:

This will output all available set names like:

Troubleshooting

Icons not showing in the modal

  1. Make sure you have at least one blade-icons package installed
  2. Check that the set names in your config are correct (run the tinker command above)
  3. Clear caches: php artisan optimize:clear

Modal styling looks broken

  1. Make sure you added the @source directive to your theme CSS
  2. Rebuild assets: npm run build
  3. Clear view cache: php artisan view:clear

Infinite scroll not working

  1. Clear browser cache with Ctrl+Shift+R
  2. Check browser console for JavaScript errors

Testing

To run the package tests:

Or with testdox output:

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of filament-icon-picker with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
blade-ui-kit/blade-icons Version ^1.0
filament/filament Version ^5.0
spatie/laravel-package-tools Version ^1.16
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package wallacemartinss/filament-icon-picker contains the following files

Loading the files please wait ...