Installation
Requirements
- PHP 8.2 or higher
- Filament 4.x or 5.x
Installing the package
You can install the package via composer:
composer require guava/filament-icons
There is nothing to publish or configure, the package only registers the two artisan commands.
Since the package is only used from the command line, you can also install it as a dev dependency and generate your enums locally:
composer require guava/filament-icons --dev