Skip to content

Reset all Laravel cache at once with a small script. Pages that don't look like they're refreshing can have cached bits stuck somewhere. Easily clear these caches with a small script.

Notifications You must be signed in to change notification settings

giliomeejg/Laravel-flush-all-cache-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

Reset all Laravel cache at once with a small script. Pages that don't look like they're refreshing can have cached bits stuck somewhere. Easily clear these caches with a small script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages