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
I'm using 5.5 version, I read the installation steps and still something gone wrong. This is the message:
Parse error: syntax error, unexpected ''my-cache-key'' (T_CONSTANT_ENCAPSED_STRING)
And this is the code, just the same provided by you in documentation.
@cache('my-cache-key')
Hello World
@endcache
I'm using redis as cache driver and It's set in .env file.
The text was updated successfully, but these errors were encountered:
For some reason, I dont know why this package does not work anymore...I spent a full day trying to make it work until I decided to make a custom one for my project.
It helps that I watched the video so I sort of knew Jeff's state of mind when the package was being created.
So, yeah...until its fixed officially, I hope my examples help you.
I'm using 5.5 version, I read the installation steps and still something gone wrong. This is the message:
Parse error: syntax error, unexpected ''my-cache-key'' (T_CONSTANT_ENCAPSED_STRING)
And this is the code, just the same provided by you in documentation.
@cache('my-cache-key')
Hello World
@endcache
I'm using redis as cache driver and It's set in .env file.
The text was updated successfully, but these errors were encountered: