#Why mine spatie library is not working

4 messages · Page 1 of 1 (latest)

azure rose
#

Hi everyone i have a problem with spatie, i followed the docs and i can not figure out why mine spatie librabry is not working I tried to upload file but it does not store into db.
Down bellow is mine code and settings for spatie
---Form

                    ->responsiveImages()
                    ->conversion('thumb'), ```
---Mine Resource 

public static function form(Form $form): Form
{
return $form
->schema([
Tabs::make()->schema(Testimonial::getForm())
])
->model(Testimonial::class)
->columns(1);
}

---Mine model 

class Testimonial extends Model implements HasMedia
{
use ImageTrait, ContentRestyleTrait, InteractsWithMedia;

glossy ferryBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

azure rose
#

I succeeded to upload an image i removed from mine resource ->model() and remove ->responsiveImages()
->conversion('thumb'),

#

But now mine problem is that i get the saved image without extension