Download the PHP package mediawiki/bootstrap without Composer
On this page you can find all versions of the php package mediawiki/bootstrap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package bootstrap
Bootstrap extension
The Bootstrap extension provides the Bootstrap web front-end framework to skins and extensions.
This version of the extension provides Bootstrap 4.6.2 and Popper 1.16.1.
Requirements
- PHP 8.0 or later
- MediaWiki 1.39 or later
Installation
There are two methods for installing Bootstrap. You can select the method that best fits your environment.
Method 1
If you install Bootstrap with Composer, further required software packages will be installed automatically. In this case, it is not necessary to install any dependencies. Composer will take care of that.
-
On a command line go to your MediaWiki installation directory and run these two commands
-
Load the extension by adding the following line to
LocalSettings.php
: - Done: Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Remark: It is NOT necessary to install or load any extensions this extensions depends on.
Method 2
If you install Bootstrap without Composer, you will still need to use Composer to install the SCSS library before you enable Bootstrap.
-
Download Bootstrap and place the file(s) in a directory called Bootstrap in your extensions/ folder.
-
In the MediaWiki installation directory, add
"extensions/Bootstrap/composer.json
to theextra/merge-plugin/include
section in the filecomposer.local.json
. For example, -
Still in the MediaWiki installation directory, from a command line run
-
Add the following code at the bottom of your LocalSettings.php:
- Done: Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Documentation
See the Bootstrap extension documentation.
It may also be worthwhile to have a look at the Bootstrap site on MediaWiki and the related talk page
Professional Support
The Bootstrap extension is maintained by Professional.Wiki. You can contract us to help you with installation or customization of Bootstrap. We also do development work.
License
You can use the Bootstrap extension under the GNU General Public License, version 3 (or any later version).