๐Ÿ—๏ธInstallation

composer require tomatophp/filament-locations

after installing your package please run this command

php artisan filament-locations:install

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

->plugin(\TomatoPHP\FilamentLocations\FilamentLocationsPlugin::make())

Last updated