gupalo/symfony-response-helpers

Symfony Response Helpers

1.2.0 2024-07-17 14:43 UTC

This package is auto-updated.

Last update: 2024-10-17 15:07:58 UTC


README

PublicFileResponse

Create BinaryFileResponse with correct headers for static files.

PublicFileResponse::create($dir, $slug)

$slug can be filename, can be part of url like:

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

Other

See tests.