tomatophp/filament-locations

国家/城市/地区/语言/货币数据库种子,为FilamentPHP提供可使用的资源

v1.0.5 2024-09-17 16:40 UTC

This package is auto-updated.

Last update: 2024-09-17 16:41:22 UTC


README

Screenshot

Filament Locations Seeder

Latest Stable Version License Downloads

国家/城市/地区/语言/货币数据库种子,为FilamentPHP提供可使用的资源

屏幕截图

Countires Edit Countires Languages Currency Locaitons

安装

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