On record delete, delete file from storage
Hello,
Is there a filament way to on record delete also delete their files in the storage folder?
if not and any kind soul could tell me how they handle this with laravel i would be very thankfull
1 Reply
You would tend to handle that on the model... on the delete function you run the parent method and then the files too