フィラメントの位置
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 をチェックしてください