Z3d0X / filament-fabricator

Block-Based Page Builder Skeleton for your Filament Apps
https://filamentphp.com/plugins/fabricator
MIT License
269 stars 52 forks source link

Spatie\Translatable #153

Closed amrdesign closed 5 months ago

amrdesign commented 5 months ago

Hello when i try use Spatie\Translatable\HasTranslations

i add in model

use HasTranslations;

public array $translatable = [
    'title',
    'slug',
    'blocks',
];

i found error when i try to edit page also not save block in first time only save in edit

image

Z3d0X commented 5 months ago

This package, as of yet, doesn't support translations

amrdesign commented 5 months ago

I use this package https://github.com/Astrotomic/laravel-translatable its worked fine image

bahramzade commented 5 months ago

I use this package https://github.com/Astrotomic/laravel-translatable its worked fine image

how to modify is block layout?

amrdesign commented 5 months ago

@bahramzade I do not understand can explain

bahramzade commented 3 months ago

@bahramzadeне понимаю могу объяснить

        TextInput::make('title')->required()->translatable(),

        Not work, you use another translate plugin?
bahramzade commented 3 months ago

I use this package https://github.com/Astrotomic/laravel-translatable its worked fine image

how to modify is block layout?

luckykenlin commented 2 months ago

I use this package https://github.com/Astrotomic/laravel-translatable its worked fine image

Hi, I am facing the same issue. Can you explain more details how do you solve this with https://github.com/Astrotomic/laravel-translatable? thanks

sarsevanidze commented 1 month ago

I have same issue, how you solved this ?

@bahramzade I do not understand can explain