Skip to content

Instantly share code, notes, and snippets.

@zoparga
Created April 22, 2024 05:48
Show Gist options
  • Save zoparga/434d99993e0148774862da804518a2fb to your computer and use it in GitHub Desktop.
Save zoparga/434d99993e0148774862da804518a2fb to your computer and use it in GitHub Desktop.
DeleteFolderContent
use Illuminate\Filesystem\Filesystem;
// 2 LINES OF MAGIC
$file = new Filesystem;
$file->cleanDirectory('storage/temp/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment