tomatophp / filament-locations
Database Seeds for Countries / Cities / Areas / Languages / Currancy with ready to use resources for FilamentPHP
Fund package maintenance!
3x1io
Installs: 3 558
Dependents: 4
Suggesters: 0
Security: 0
Stars: 11
Watchers: 1
Forks: 4
Open Issues: 1
Requires
- php: ^8.1|^8.2
- filament/filament: ^3.0.0
- tomatophp/console-helpers: ^1.1
README
Filament Locations Seeder
Database Seeds for Countries / Cities / Areas / Languages / Currancy with ready to use resources for FilamentPHP
Screenshots
Installation
composer require tomatophp/filament-locations
after install your package please run this command
php artisan filament-locations:install
finally reigster the plugin on /app/Providers/Filament/AdminPanelProvider.php
->plugin(\TomatoPHP\FilamentLocations\FilamentLocationsPlugin::make())
Publish Assets
you can publish config file by use this command
php artisan vendor:publish --tag="filament-locations-config"
you can publish views file by use this command
php artisan vendor:publish --tag="filament-locations-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="filament-locations-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="filament-locations-migrations"
Other Filament Packages
Checkout our Awesome TomatoPHP