필라멘트 위치
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를 확인해 보세요