Skip to content

Instantly share code, notes, and snippets.

@afiqiqmal
Created May 26, 2018 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afiqiqmal/9a684036631081c056308e1043573e38 to your computer and use it in GitHub Desktop.
Save afiqiqmal/9a684036631081c056308e1043573e38 to your computer and use it in GitHub Desktop.
Clear All Files in Folders using Iluminate FileSystems
<?php
$file = new Filesystem();
$file->cleanDirectory('storage/app/public/images');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment