2.0.2
What's Changed
- Bump aglipanci/laravel-pt-action from 2.5 to 2.6 by @dependabot[bot]
- Bump actions/checkout from 4 to 5 by @dependabot[bot]
- Upgrade to filament v4 by @a7medKhalid
Changelogs and Releases Notes for Translatable Pro: Build an Advanced, Optimized, High-Performance Translatable App with FilamentPHP.
this will allow to set a default values for usage with spatie translatable and on standalone forms
public function mount(): void
{
$this->form->fill([
'title' => [
'en' => 'en title',
'pt' => 'pt title',
],
]);
}
First stable release