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 507c89c commit bab2d3aCopy full SHA for bab2d3a
src/LiveComponent/doc/index.rst
@@ -176,6 +176,15 @@ fresh copy of our component. That HTML will replace the current HTML. In
176
other words, you just generated a new random number! That's cool, but
177
let's keep going because… things get cooler.
178
179
+.. tip::
180
+
181
+ If you use the `Symfony MakerBundle`_, you can easily create a new component
182
+ with the ``make:twig-component`` command:
183
184
+ .. code-block:: terminal
185
186
+ $ php bin/console make:twig-component --live EditPost
187
188
.. tip::
189
190
Need to do some extra data initialization on your component? Create
0 commit comments