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 baa76dc commit a09797aCopy full SHA for a09797a
frontend/encore/bootstrap.rst
@@ -37,11 +37,12 @@ file into ``global.scss``. You can even customize the Bootstrap variables first!
37
Importing Bootstrap JavaScript
38
------------------------------
39
40
-Bootstrap JavaScript requires jQuery, so make sure you have this installed:
+Bootstrap JavaScript requires jQuery and Popper.js, so make sure you have this installed:
41
42
.. code-block:: terminal
43
44
$ yarn add jquery --dev
45
+ $ yarn add popper.js --dev
46
47
Next, make sure to call ``.autoProvidejQuery()`` in your ``webpack.config.js`` file:
48
0 commit comments