We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e293fe commit 3326c6bCopy full SHA for 3326c6b
src/TwigComponent/src/DependencyInjection/TwigComponentExtension.php
@@ -38,7 +38,7 @@ final class TwigComponentExtension extends Extension
38
public function load(array $configs, ContainerBuilder $container): void
39
{
40
if (!isset($container->getParameter('kernel.bundles')['TwigBundle'])) {
41
- throw new LogicException('symfony/ux-twig-component requires symfony/twig-bundle. Install with composer require symfony/twig-bundle.');
+ throw new LogicException('The TwigBundle is not registered in your application. Try running "composer require symfony/twig-bundle".');
42
}
43
44
$container->registerAttributeForAutoconfiguration(
0 commit comments