FilamentF
Filament15mo ago
FELL

Property type not supported in Livewire for property: [null]

got error when trying to upload image Property type not supported in Livewire for property: [null]

FileUpload::make('image')
->hiddenLabel()
->disk('public')
->directory('images')
->preserveFilenames()
->maxSize(4096)
->openable()
->imageEditor()
->acceptedFileTypes(['image/*'])
->required(false),
Was this page helpful?