Skip to content

Commit

Permalink
[DOCS] Adds information about a possible missing storage path when us…
Browse files Browse the repository at this point in the history
…ing composer mode
  • Loading branch information
Philipp Kuhlmay committed Mar 26, 2024
1 parent 0b5ee7d commit fbdde15
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
Change log
==========

Version 11.0.13
---------------
* [DOCS] Adds information about a possible missing storage path when using composer mode

Version 11.0.12
---------------
* [TASK] Switch documentation rendering to PHP (thanks to Sandra Erbel)
Expand Down
13 changes: 13 additions & 0 deletions Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ add a version constraint, for example:
composer require friendsoftypo3/extension-builder:"^10.0"
.. warning::

If you are in composer mode, you need to add at least one entry inside "repositories" in your composer.json file. Otherwise the extension_builder will fail to save your extension. The extension_builder will store your generated extension in this folder.

.. code-block:: php
"repositories": [
"local": {
"type": "path",
"url": "Packages/*"
}
]
Installing the extension prior to TYPO3 11.4
--------------------------------------------

Expand Down

0 comments on commit fbdde15

Please sign in to comment.