This bundle provides a way to filter the response of async web services core bundle.
// config/bundles.php
return [
// ...
Hengebytes\ResponseFilterBundle\HBResponseFilterBundle::class => ['all' => true],
];
php bin/console doctrine:migrations:diff
php bin/console doctrine:migrations:migrate
# config/routes/hb_response_filter.yaml
hb_response_filter:
resource: '@HBResponseFilterBundle/Resources/config/routes.yaml'
prefix: /admin
php bin/console assets:install --symlink
php bin/console make:twig:template templates/bundles/HBResponseFilterBundle
or manually create the file templates/bundles/HBResponseFilterBundle/layout.html.twig