Joan Cesar
Results
1
comments of
Joan Cesar
A solution could be ``` $picture = ImageField::new('picture') ->setUploadDir('public/uploads/gifts') ->setBasePath('uploads/gifts') ->setSortable(false) ->setFormTypeOption('required' ,false) ```