Hello, good morning
I installed the package in version 4 of Filament, but I have a problem that after uploading the images, they are not transferred to the desired folder and remain in the livewire-tmp folder
And the links are like this:
/livewire/preview-file/bclcxmRmJgjefvwuuU8jDzLC1KN9TK-metaYWJvdXQtbG9nby5wbmc=-.png?expires=1757514599&signature=5266972c9ef13784e7e10b317545ef6bb66ddb92f555689814e5ed4cd936f302
This link is temporary and not useful at all
I put the following code, but it did not work:
TinyEditor::make('content')
->fileAttachmentsDisk('public')
->fileAttachmentsDirectory('blogs')
->fileAttachmentsVisibility('public')
I even changed the config files, but it didn't work. Please check.
Hello, good morning
I installed the package in version 4 of Filament, but I have a problem that after uploading the images, they are not transferred to the desired folder and remain in the livewire-tmp folder
And the links are like this:
/livewire/preview-file/bclcxmRmJgjefvwuuU8jDzLC1KN9TK-metaYWJvdXQtbG9nby5wbmc=-.png?expires=1757514599&signature=5266972c9ef13784e7e10b317545ef6bb66ddb92f555689814e5ed4cd936f302
This link is temporary and not useful at all
I put the following code, but it did not work:
TinyEditor::make('content')
->fileAttachmentsDisk('public')
->fileAttachmentsDirectory('blogs')
->fileAttachmentsVisibility('public')
I even changed the config files, but it didn't work. Please check.