We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can this extension be enabled in Symfony? At https://github.com/alisqi/TwigQI?tab=readme-ov-file#usage you're saying:
$twig->addExtension(new AlisQI\TwigQI\Extension());
But I don't think I have that. According to https://symfony.com/doc/current/reference/dic_tags.html#twig-extension it should be enabled automatically?
How can I verify that this is running? In which files are those E_USER_* errors logged by default?
E_USER_*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How can this extension be enabled in Symfony? At https://github.com/alisqi/TwigQI?tab=readme-ov-file#usage you're saying:
But I don't think I have that. According to https://symfony.com/doc/current/reference/dic_tags.html#twig-extension it should be enabled automatically?
How can I verify that this is running? In which files are those
E_USER_*
errors logged by default?The text was updated successfully, but these errors were encountered: