๐Ÿ“ขPublish Assets

You can publish views file by using this command:

php artisan vendor:publish --tag="filament-translations-views"

You can publish language files by use this command:

php artisan vendor:publish --tag="filament-translations-lang"

You can publish migration files by use this command:

php artisan vendor:publish --tag="filament-transla

Last updated