mehrizi/bootstrap.customizer
Composer 安装命令:
composer require mehrizi/bootstrap.customizer
包简介
A Bootstrap 4 customizer with PHP
README 文档
README
Bootstrap v4 PHP customizer
This is a simple library to allow customize Bootstrap 4 and get css file out of it.
Installing
###Composer:
composer require mehrizi/bootstrap.customizer`
Package:
download the .zip package and extract
Usage:
Include (composer): vendor/mehrizi/bootstrap.customizer/src/customizer.php
or bootstrap.customizer/src/customizer.php
and you can use it as follows:
$sample = new Mehrizi\Bootstrap\Customizer(['primary'=>"#0000FF"]);
$sample->build (true,true,false);
The build function parameters are:
* 1st: true/false or path string =>default:false(return)
* 2nd: bool => default:true(minified)
* 3rd: bool => default:true(use caching)
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-03-17