Antoine M
Antoine M
may be tackled by https://github.com/symfony/demo/pull/1604 somehow
there is https://github.com/symfony/demo/pull/931 discussing about docker, so unsure about frankenphp (where mostly all be using with docker not bare bone install) I would suggest adding a note somewhere (perhaps readme)...
This could be great to have indeed, before releasing v1 perhaps ( ref https://github.com/meilisearch/meilisearch-symfony/pull/265 )
hum as far as I get it, the `console` handler and the `console` channel are not defacto linked you can totally decide to have a `console` and to exclude all...
friendly ping @nicolas-grekas do you think this is worth documenting it or not ? refering to your issue and PR comments thanks
@javiereguiluz i’ve experience this as well recently on a project when reading doc and blog and code @smnandre friendly ping, this relates to our discussion recently on https://github.com/symfony/symfony/issues/59392 To me...
@sylfabre 👋🏻 generally speaking, a PR has more traction than an issue, from both community and core team may I suggest you try opening one with your possible solution to...
@javiereguiluz friendly ping, it this PR still worth it or may I close ? thx
not commenting for the PR changes but cant this redirect feature be implemented upstream ? for ex a code with: ``` #[Route('/entity/{id}')] public function show(Entity $entity): Response ``` returns a...
to me the problem/issue here is a file bound to a form (via dto or entity mapping), not a direct file send via a live action i had also once...