Issue
What is the best practice to disable caching in local development enviroments?
Solution
You might use \Cake\Cache\Cache::disable() in your bootstrap.php
. I'm unaware of this being cited as 'best practise', however.
Answered By - code-kobold
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.