heimrichhannot/bootstrap

The most popular front-end framework for developing responsive, mobile first projects on the web as contao component.

Package info

github.com/heimrichhannot/bootstrap

Language:JavaScript

pkg:composer/heimrichhannot/bootstrap

Statistics

Installs: 715

Dependents: 1

Suggesters: 1

Stars: 2

Open Issues: 0

v4.3.3 2019-06-13 07:28 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT b94040fbe22dafe78715b3ff46c489207b69a24e

frameworkcssJSwebsassresponsivefront-endmobile-first

This package is auto-updated.

Last update: 2026-06-24 10:27:01 UTC


README

If you have problems with symlinking the twbs/bootstrap dependency, simply add the following post-update-cmd to your project composer.json.

"scripts": {
 "post-update-cmd": [
 "ln -snf ../vendor/twbs/bootstrap/ assets/bootstrap"
 ]
}