Search code examples
laravellaravel-nova

Laravel Nova - How to remove delete button from file field in form


I have set up a form with image upload. By default laravel nova is showing a delete button and choose image button.

According to my requirement, my client wants to keep the image as non-editable (hide delete and choose button) in the laravel nova form.

How can I do this? Any ideas?

enter image description here


Solution

  • Bread and butter of Nova micro-customization, either:

    1. Make custom field based on default Image field.
    2. Use CSS to hide it.