Properly Handling File Deletion on a CDN (S3) with Laravel Filesystem and Spatie Media Library

When working with remote storage such as S3, Cloudflare R2 or another S3-compatible CDN, file management can quickly become problematic if it is not properly controlled. A common case appears when deleting files linked to a database. In this article,…



