Skip to content

Provides the Bootstrap 4 web front-end framework to MediaWiki skins and extensions

License

Notifications You must be signed in to change notification settings

reedy/Bootstrap

 
 

Repository files navigation

Bootstrap extension

Build Status Latest Stable Version License

The Bootstrap extension provides the Bootstrap web front-end framework to skins and extensions.

This version of the extension provides Bootstrap 4.3.1.

Requirements

  • PHP 5.6 or later
  • MediaWiki 1.27 or later
  • Composer

Installation

  1. In the MediaWiki installation directory, add "mediawiki/bootstrap":"~4.0" to the require section in the file composer.local.json.

  2. Still in the MediaWiki installation directory, from a command line run
    composer update "mediawiki/bootstrap".

  3. Load the extension by adding the following line to LocalSettings.php:

    wfLoadExtension( 'Bootstrap' );
  4. 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.

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).

About

Provides the Bootstrap 4 web front-end framework to MediaWiki skins and extensions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%