Laravel Framework Cache sharing and writing to #3728
Replies: 3 comments
-
Hmm got this error
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Updated and removed additional shared directory. Also added cache emptying but the framework cache does not get removed / updated. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Never mind. I did not focus enough . We use Redis on staging, not file cache like local so was looking at wrong location. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can we set things so Laravel Framework Cache is shared and writable ? I have newly changed
but wonder if we cover all as new dirs are added in data directory. Also wonder if we cannot just share and allow writing to using a recursive way with a wildcard or something . Do we?
P.S. Updating as framework cache is not getting updated from current folder using
php artisan cache:clear
so think it is a directory setup issue.Beta Was this translation helpful? Give feedback.
All reactions