๐Ÿ“ขPublish Assets

you can publish a config file by using this command

php artisan vendor:publish --tag="filament-translation-component-config"

you can publish language files by use this command

php artisan vendor:publish --tag="filament-translation-component-lang"

Last updated