laravel-registry
laravel-registry copied to clipboard
Config Setting to Disable Cache
For developing, it'd be really helpful if I can disable the cache. I'd publish the config file into my "local" environment config, and set "use_cache" to false or something.
Why would this be helpful? The cache is killed/updated every time you update the registry. The cache is just in place so that it doesn't have to make a DB call for every Registry::get.