The Bootstrap extension provides Twitter's Bootstrap web front-end framework to skins and extensions.
- PHP 5.3.2 or later
- MediaWiki 1.22 or later
- Composer
- On a command line go to your MediaWiki installation directory
- If necessary (on MediaWiki up to 1.23) copy the file
composer.json.example
tocomposer.json
- With Composer installed, run
composer require "mediawiki/bootstrap:~1.0"
- Done: Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
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
You can use the Bootstrap extension under the GNU General Public License, version 3 (or any later version).