heimrichhannot/bootstrap
The most popular front-end framework for developing responsive, mobile first projects on the web as contao component.
Maintainers
Package info
github.com/heimrichhannot/bootstrap
Language:JavaScript
pkg:composer/heimrichhannot/bootstrap
v4.3.3
2019-06-13 07:28 UTC
Requires
- contao-components/jquery: ^3.3
- twbs/bootstrap: ^4.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT b94040fbe22dafe78715b3ff46c489207b69a24e
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"
]
}
