gupalo/symfony-response-helpers

Symfony 响应辅助工具

1.2.0 2024-07-17 14:43 UTC

This package is auto-updated.

Last update: 2024-09-17 14:58:44 UTC


README

PublicFileResponse

使用正确的头部信息创建二进制文件响应,适用于静态文件。

PublicFileResponse::create($dir, $slug)

$slug 可以是文件名,也可以是URL的一部分,例如

* `/path/to/file.jpg?key=value&k2=v2#somehash`
* `path/without/left/slash.png`

其他

tests 目录。