/home/techb158/ileadtechnology.com/vendor/league/glide/docs/1.0/config/integrations
Edit: /home/techb158/ileadtechnology.com/vendor/league/glide/docs/1.0/config/integrations/cakephp.md (524B)
---
layout: default
title: CakePHP integration
---
# CakePHP integration
If your application uses the [CakePHP](http://cakephp.org/) framework, you can use the `CakeResponseFactory`.
This adapter requires CakePHP 3 or newer.
## Installation
~~~ bash
composer require league/glide-cake
~~~
## Configuration
~~~ php
new CakeResponseFactory()
]);
~~~