芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/vendor/league/glide/docs/1.0/config/integrations/symfony.md
--- layout: default title: Symfony (HttpFoundation) integration --- # Symfony integration If your application uses the [Symfony](https://symfony.com/) framework or anything that uses the `HttpFoundation` library, you can use the `SymfonyResponseFactory`. ## Installation ~~~ bash composer require league/glide-symfony ~~~ ## Configuration ~~~ php new SymfonyResponseFactory() ]); ~~~