tomatophp / filament-locations
国家/城市/地区/语言/货币数据库种子,为FilamentPHP提供可使用的资源
v1.0.5
2024-09-17 16:40 UTC
Requires
- php: ^8.1|^8.2
- filament/filament: ^3.0.0
- tomatophp/console-helpers: ^1.1
README
Filament Locations Seeder
国家/城市/地区/语言/货币数据库种子,为FilamentPHP提供可使用的资源
屏幕截图
安装
composer require tomatophp/filament-locations
安装您的包后,请运行以下命令
php artisan filament-locations:install
最后在 /app/Providers/Filament/AdminPanelProvider.php
上注册插件
->plugin(\TomatoPHP\FilamentLocations\FilamentLocationsPlugin::make())
发布资产
您可以使用此命令发布配置文件
php artisan vendor:publish --tag="filament-locations-config"
您可以使用此命令发布视图文件
php artisan vendor:publish --tag="filament-locations-views"
您可以使用此命令发布语言文件
php artisan vendor:publish --tag="filament-locations-lang"
您可以使用此命令发布迁移文件
php artisan vendor:publish --tag="filament-locations-migrations"
其他Filament包
查看我们的 Awesome TomatoPHP