reekoheek / bootstrap-theme
Bono Bootstrap Theme
dev-master
2015-05-27 12:52 UTC
This package is not auto-updated.
Last update: 2024-11-19 08:25:55 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