mohamedsabil83 / filament-forms-tinyeditor

A TinyMce Editor component for filament
MIT License
164 stars 37 forks source link

[Bug]: Images are not deleting from livewire temporary folder #124

Closed Matvik closed 3 months ago

Matvik commented 3 months ago

What happened?

I see uploaded images in /storage/app/livewire-tmp path after uploading. How can i configure it to move, not to copy?

How to reproduce the bug

Upload image in editor

Package Version

2.3.1

PHP Version

8.2.16

Laravel Version

10.48.4

Which operating systems does with happen with?

Linux

Notes

No response

mohamedsabil83 commented 3 months ago

Your question is related to Livewire. By default, all temp files inside the livewire-tmp folder that take more than a day will be removed automatically.

Matvik commented 3 months ago

Thank you, i am really new in livewire)