omegar0643
omegar0643
FFilament
Created by omegar0643 on 8/20/2023 in #❓┊help
Call to a member function getAttributeValue() on null Using Spatie Media & Translatable Plugins
Okay thank you 👍
21 replies
FFilament
Created by omegar0643 on 8/20/2023 in #❓┊help
Call to a member function getAttributeValue() on null Using Spatie Media & Translatable Plugins
I have already try to add image manually to database for each translatable post and display the post with images And is works So the problem filament plugin can't Handel adding the media image to database when translatable plugin is enabled
21 replies
FFilament
Created by omegar0643 on 8/20/2023 in #❓┊help
Call to a member function getAttributeValue() on null Using Spatie Media & Translatable Plugins
any idea how i can combine both spatie plugins without the mentioned error ?
21 replies
FFilament
Created by omegar0643 on 8/20/2023 in #❓┊help
Call to a member function getAttributeValue() on null Using Spatie Media & Translatable Plugins
https://github.com/PterodactylStore/filament-test/blob/main/app/Models/Post.php The post model is correct following the docs for both packages
21 replies
FFilament
Created by omegar0643 on 8/20/2023 in #❓┊help
Call to a member function getAttributeValue() on null Using Spatie Media & Translatable Plugins
I have also included my repo that reproduce the error
21 replies
FFilament
Created by omegar0643 on 8/20/2023 in #❓┊help
Call to a member function getAttributeValue() on null Using Spatie Media & Translatable Plugins
Yes I think because I'm using spatie translatable I try without translatable plugin and it's work And this error appear only if I use spatie media library and translatable both in same resource
21 replies
FFilament
Created by omegar0643 on 8/20/2023 in #❓┊help
Call to a member function getAttributeValue() on null Using Spatie Media & Translatable Plugins
Help?
21 replies
FFilament
Created by omegar0643 on 8/20/2023 in #❓┊help
Call to a member function getAttributeValue() on null Using Spatie Media & Translatable Plugins
21 replies
FFilament
Created by omegar0643 on 8/20/2023 in #❓┊help
Call to a member function getAttributeValue() on null Using Spatie Media & Translatable Plugins
21 replies
FFilament
Created by omegar0643 on 8/20/2023 in #❓┊help
Call to a member function getAttributeValue() on null Using Spatie Media & Translatable Plugins
What's flare url
21 replies
FFilament
Created by omegar0643 on 8/20/2023 in #❓┊help
Call to a member function getAttributeValue() on null Using Spatie Media & Translatable Plugins
Any solution?
21 replies
FFilament
Created by omegar0643 on 8/20/2023 in #❓┊help
Call to a member function getAttributeValue() on null Using Spatie Media & Translatable Plugins
Here is my code @Dennis Koch https://github.com/PterodactylStore/filament-test Look at PostResource
21 replies
FFilament
Created by omegar0643 on 8/15/2023 in #❓┊help
relationship using Spatie Translatable
@saifallak i dont have category_id i have this relationship in my Model
public function categories(): MorphToMany
{
return $this->morphToMany(Category::class, 'categorizable');
}
public function categories(): MorphToMany
{
return $this->morphToMany(Category::class, 'categorizable');
}
5 replies
FFilament
Created by omegar0643 on 8/10/2023 in #❓┊help
bug when using slug in route
2 replies
FFilament
Created by omegar0643 on 8/1/2023 in #❓┊help
Slug field not updated when update title field
No just I test it in filament demo
8 replies