GET /addonversions/b0ffad46-3418-4898-b0f7-1b50313906ed/yaml/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

"spec: 0.1\r\ninstall:\r\n  package: spatie/laravel-responsecache:6.1.1\r\nmeta:\r\n  name: composer/spatie/laravel-responsecache\r\n  version: 6.1.1\r\n\r\nconfig: \r\n  enabled: \r\n    label: Enabled\r\n    required: True\r\n    type: \"scalar/boolean\"\r\n    default: true\r\n    variable: RESPONSE_CACHE_ENABLED\r\n    helptext: Determine if the response cache middleware should be enabled.\r\n  cache_driver: \r\n    label: Enabled\r\n    readonly: True\r\n    required: True\r\n    type: \"scalar/string\"\r\n    default: database\r\n    variable: RESPONSE_CACHE_DRIVER\r\n    helptext: Determines the driver being used for caching\r\n  cache_lifetime_in_seconds:\r\n    label: \"Cache lifetime (in sec)\"\r\n    required: False\r\n    type: \"scalar/integer\"\r\n    default: 604800\r\n    variable: RESPONSE_CACHE_LIFETIME\r\n    helptext: >\r\n      When using the default CacheRequestFilter this setting controls the\r\n      default number of seconds responses must be cached.\r\n  cache_time_header_name:\r\n    label: \"Cache header name\"\r\n    required: False\r\n    type: \"scalar/string\"\r\n    default: \"laravel-responsecache\"\r\n    variable: RESPONSE_CACHE_HEADER_NAME\r\n    helptext: >\r\n      This setting determines the name of the http header that contains\r\n      the time at which the response was cached\r\n\r\n"