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.
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.