fileAttachmentsAcceptedFileTypes and fileAttachmentsMaxSize methods don't exist
Hello, currently I am building a article CRUD using Filament 4.
I already follow this documentation, but I have this error.
https://filamentphp.com/docs/4.x/forms/rich-editor#validating-uploaded-images
I have checked Filament\Forms\Components\RichEditor. It has use Concerns\HasFileAttachments which has function
fileAttachmentsAcceptedFileTypes() and fileAttachmentsMaxSize()
Code:
Do you have any solution?


1 Reply
What's the actual Filament version?
php artisan about --only=filament