reekoheek / bootstrap-theme
Bono Bootstrap Theme
Installs: 86
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/reekoheek/bootstrap-theme
This package is not auto-updated.
Last update: 2025-10-07 12:37:49 UTC
README
Bono Theme based on Twitter Bootstrap
Install
Insert into require section of composer.json with dev-master version, currently the theme does not provide stable version yet, only dev-master version available.
"reekoheek/bootstrap-theme": "dev-master"
Insert to config.php
'bono.theme' => array( 'class' => '\\ROH\\Theme\\BootstrapTheme', 'overwrite' => true, ),
That's it