๐Ÿ—๏ธInstallation

composer require tomatophp/filament-types

after installing your package please run this command

php artisan filament-types:install

finally, register the plugin on /app/Providers/Filament/AdminPanelProvider.php

->plugin(\TomatoPHP\FilamentTypes\FilamentTypesPlugin::make())

Last updated