You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/MinimalExample/Index.rst
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,13 +83,17 @@ After you have created your site package extension you can uninstall :composer:`
83
83
ddev composer remove b13/make --dev
84
84
85
85
Before your brand new site package extension takes effect in your TYPO3
86
-
installation, you have to install it:
86
+
installation, you have to install it. First you have to edit your composer.json in the root of your installation directory to add `packages` as a local repository.
87
+
88
+
See also chapter :ref:`Extension installation <t3sitepackage:extension-installation>`.
89
+
90
+
Then you can install your sitepackage with:
87
91
88
92
.. code-block:: bash
89
93
90
94
ddev composer req t3docs/site-package:"@dev"
91
95
92
-
See also chapter :ref:`Extension installation <t3sitepackage:extension-installation>`.
0 commit comments