Extension:BlueSpiceFoundation
BlueSpiceFoundation provides the interface between MediaWiki and BlueSpice. It is required for many other BlueSpice extensions to work with MediaWiki.
Whenever another extension depends on BlueSpiceFoundation, BlueSpiceFoundation is referenced accordingly on the extension page.
InstallationEdit
- Install Extension:ExtJSBase
- Download and place the file(s) in a directory called
BlueSpiceFoundation
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/BlueSpiceFoundation/BlueSpiceFoundation.php";
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
- Run composer install inside the extension directory.