laravel-form-builder
laravel-form-builder copied to clipboard
Can not delete file field
I'm trying to delete a file field, but it is not deleted and will remain in place.
$form->remove('file_field');
$form->getFields()
Dont show file field :(
At what moment are you removing it?