Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 2.14 KB

README.md

File metadata and controls

66 lines (43 loc) · 2.14 KB

Screenshot

Filament Locations Seeder

Latest Stable Version License Downloads

Database Seeds for Countries / Cities / Areas / Languages / Currancy with ready to use resources for FilamentPHP

Screenshots

Countires Edit Countires Languages Currency Locaitons

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