You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.