queryZoneSettings() - joshuapack/laravel-cloudflare GitHub Wiki
This method will get you direct access to the Cloudflare SDK
To make a call do this: $this-cloudflare->queryZoneSettings() then the method you want to do.
List of Methods
getMinifySetting($zoneID)getRocketLoaderSetting($zoneID)getAlwaysOnlineSetting($zoneID)getEmailObfuscationSetting($zoneID)getServerSideExcludeSetting($zoneID)getHotlinkProtectionSetting($zoneID)getBrowserCacheTtlSetting($zoneID)updateBrowserCacheTtlSetting($zoneID, $value)updateMinifySetting($zoneID, $html, $css, $javascript)updateRocketLoaderSetting($zoneID, $value)updateAlwaysOnlineSetting($zoneID, $value)updateEmailObfuscationSetting($zoneID, $value)updateHotlinkProtectionSetting($zoneID, $value)updateServerSideExcludeSetting($zoneID, $value)