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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Execute the command `ddev typo3 make:extension` and answer the prompt
36
36
ddev typo3 make:extension
37
37
38
38
Enter the composer package name (e.g. "vendor/awesome"):
39
-
>t3docs/site-package
39
+
>myvendor\my-site-package
40
40
41
41
Enter the extension key [site_package]:
42
42
>
@@ -66,7 +66,7 @@ Execute the command `ddev typo3 make:extension` and answer the prompt
66
66
[OK] Successfully created the extension my_site_package (myvendor/my-site-package).
67
67
68
68
This script creates a new folder called `packages` with a subfolder,
69
-
`site-package`. It mainly contains only a file called `composer.json`.
69
+
`my-site-package`. It mainly contains only a file called `composer.json`.
70
70
71
71
You could of course also create this file manually. Step
72
72
:ref:`extension-configuration-composer` will explain the content of the :file:`composer.json`.
@@ -85,13 +85,13 @@ After you have created your site package extension you can uninstall :composer:`
85
85
Before your brand new site package extension takes effect in your TYPO3
86
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
87
88
-
See also chapter :ref:`Extension installation <t3sitepackage:extension-installation>`.
88
+
See chapter :ref:`Extension installation <t3sitepackage:extension-installation>`.
0 commit comments