FilamentF
Filament13mo ago
1 reply
varovas

Spatie translatable plugin issue or not

How to pass default locales from a database? Although, code below works, but it breaks the application when you try to run for example php artisan migrate on a fresh database.

->plugin(
    SpatieLaravelTranslatablePlugin::make()
       ->defaultLocales(Language::all()->pluck('code')->toArray())
)
Was this page helpful?