Skip to content

Commit 742acbb

Browse files
jonirouAtTalanlinawolf
authored andcommitted
Update vendor/package name
1 parent e374d62 commit 742acbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/MinimalExample/Index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Execute the command `ddev typo3 make:extension` and answer the prompt
3636
ddev typo3 make:extension
3737
3838
Enter the composer package name (e.g. "vendor/awesome"):
39-
> t3docs/site-package
39+
> myvendor\my-site-package
4040
4141
Enter the extension key [site_package]:
4242
>
@@ -66,7 +66,7 @@ Execute the command `ddev typo3 make:extension` and answer the prompt
6666
[OK] Successfully created the extension my_site_package (myvendor/my-site-package).
6767
6868
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`.
7070

7171
You could of course also create this file manually. Step
7272
: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:`
8585
Before your brand new site package extension takes effect in your TYPO3
8686
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.
8787

88-
See also chapter :ref:`Extension installation <t3sitepackage:extension-installation>`.
88+
See chapter :ref:`Extension installation <t3sitepackage:extension-installation>`.
8989

9090
Then you can install your sitepackage with:
9191

9292
.. code-block:: bash
9393
94-
ddev composer req t3docs/site-package:"@dev"
94+
ddev composer req myvendor\my-site-package:"@dev"
9595
9696
9797

0 commit comments

Comments
 (0)