Php – How to force a download using Symfony 6's forward function?
The problem is to send data from one controller to another controller using Symfony's forward function. The function is explained here In my first controller, I perform a query bounded by dates supplied by the operator. #[Route('/admin/fuente/exportar0/', name: 'app_exportar0_fuente', methods:…