Installation
Composer
If your TYPO3 installation runs in Composer mode, please execute the following command:
composer req jweiland/pforum
vendor/bin/typo3 extension:setup --extension=pforum
If you work with DDEV please execute this command:
ddev composer req jweiland/pforum
ddev exec vendor/bin/typo3 extension:setup --extension=pforum
Extension Manager
On TYPO3 installations that don't run in Composer mode, you can still install pforum via the Extension Manager:
-
Log in
Log in to the backend of your TYPO3 installation as an administrator or system maintainer.
-
Open the Extension Manager
Click on
Extensionsin the left-hand menu to open the Extension Manager. -
Update extensions
Choose
Get Extensionsfrom the upper select box and click theUpdate nowbutton in the upper right. -
Install
pforumUse the search field to find
pforum. Select thepforumentry from the search results and click the cloud icon to installpforum.