Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 250 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 250 Bytes

Laravel-flush-all-cache-script

Reset all Laravel cache at once with a small script.

Usage

Copy clearCache.sh into the root of your project folder.
Run "chmod a+x clearCache.sh" to allow execution.
Run "./clearCache.sh" to run the script.