Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Mention command to require TYPO3 core extensions #439

Merged
merged 1 commit into from
Mar 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions Classes/Command/InstallCommandController.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ public function setupCommand(
* - All core extensions which are provided with the <code>--framework-extensions</code> argument.
* - In composer mode all composer dependencies to TYPO3 framework extensions are detected and activated by default.
*
* To require TYPO3 core extensions use the following command:
*
* <code>composer require typo3/cms-foo "*"</code>
*
* This updates your composer.json and composer.lock without any other changes.
*
* <b>Example:</b> <code>typo3cms install:generatepackagestates</code>
*
* @param array $frameworkExtensions TYPO3 system extensions that should be marked as active. Extension keys separated by comma.
Expand Down
8 changes: 7 additions & 1 deletion Documentation/CommandReference/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Command Reference
in the binary directory specified in the root composer.json (by default ``vendor/bin``)


The following reference was automatically generated from code on 2017-02-14 21:09:18
The following reference was automatically generated from code on 2017-03-08 16:00:00


.. _`Command Reference: typo3_console`:
Expand Down Expand Up @@ -802,6 +802,12 @@ Marks the following extensions as active:
- All core extensions which are provided with the ``--framework-extensions`` argument.
- In composer mode all composer dependencies to TYPO3 framework extensions are detected and activated by default.

To require TYPO3 core extensions use the following command:

``composer require typo3/cms-foo "*"``

This updates your composer.json and composer.lock without any other changes.

**Example:** ``typo3cms install:generatepackagestates``


Expand Down