F
Filament10mo ago
arul

how simple way to, to delete file/image storage

delete image storage when click action button, Update or delete in table resource
4 Replies
arul
arul10mo ago
or intercept when click submit update or delete in table action, to delete storage image.
DrByte
DrByte10mo ago
One simple way is an Action button. In the docs there's this example which is for deleting a record, but you could modify the action() to lookup the file and delete it. https://filamentphp.com/docs/3.x/actions/modals#confirmation-modals
arul
arul10mo ago
ok