diff --git a/cookbook/webpack-encore.rst b/cookbook/webpack-encore.rst index b14b1ea0..d033e133 100644 --- a/cookbook/webpack-encore.rst +++ b/cookbook/webpack-encore.rst @@ -24,6 +24,12 @@ if that has not been done already for you by Symfony Flex: Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true], ]; +Then add the StimulusBundle as a dependency to your composer.json file. + +.. code:: bash + + composer require symfony/stimulus-bundle + Configuration -------------