dev-master
9999999-devSleek theme for Blade Template, built for Bono PHP Framework
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
Sleek theme for Blade Template, built for Bono PHP Framework
Sleek Theme is Bono Theme based on Naked CSS, using Blade Template Engine with expressive class name and intuitive syntax will make your frontend development become so fun and you'll enjoy your own fresh code :), (*1)
Right now, Sleek Theme hasn't built for stable version, you can use dev-master
version in your composer.json file. And don't forget to add dev to your
minimum-stability setting., (*2)
"require": {
"krisanalfa/sleek-theme": "dev-master"
},
"repositories": [{
"type": "vcs",
"url": "https://github.com/xinix-technology/naked-sleek.git"
}],
"minimum-stability": "dev"
Do composer update -vvv and change your Bono theme configuration:, (*3)
'bono.theme' => array(
'class' => 'KrisanAlfa\\Theme\\SleekTheme',
'overwrite' => false,
),
And then reload your web page. Voila!!!, (*4)
Read LICENSE.txt file (MIT License)., (*5)
Sleek theme for Blade Template, built for Bono PHP Framework
MIT