Welcome Guest, Not a member yet? Register   Sign In
Cache Dynamic Driver Load
#3

The following code changes the value in the shared Config\Cache instance.

PHP Code:
$config config('Cache');
$config->handler 'file'

If you use two Cache service instances at the same time, the following code is better:
PHP Code:
$config = new \Config\Cache;
$config->handler 'file'
Reply


Messages In This Thread
Cache Dynamic Driver Load - by mywebmanavgat - 03-30-2024, 07:55 AM
RE: Cache Dynamic Driver Load - by mywebmanavgat - 03-30-2024, 09:06 AM
RE: Cache Dynamic Driver Load - by kenjis - 03-30-2024, 05:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB