灯丝位置
v1.0.5
国家/城市/地区/语言/货币的数据库种子以及可立即使用的 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 "
查看我们很棒的 TomatoPHP