Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

primalmover's avatar

primalmover wrote a reply+100 XP

4mos ago

FilamentPHP + Spatie Media library plugin: Images are not being saved

I had the same problem. You have to save the form for media library to move the uploaded file from the temp folder and save it your disk permanently. It also adds the entry in the media table only when you save. Until you save the form, it's only stored temporarily.