domprojects/codeigniter4-bootstrap-icons
最新稳定版本:v1.0.1
Composer 安装命令:
composer require domprojects/codeigniter4-bootstrap-icons
包简介
Bootstrap Icons asset publisher for CodeIgniter 4 projects.
README 文档
README
Bootstrap Icons asset publisher for CodeIgniter 4 projects.
Features
- Adds a Spark command:
assets:publish-bootstrap-icons - Publishes Bootstrap Icons assets to
public/assets/bootstrap-icons - Publishes the minified CSS file and font files
- Supports
--forceto overwrite existing files - Compatible with CodeIgniter 4.7.2+
Requirements
- PHP 8.2+
- CodeIgniter 4.7.2+
twbs/bootstrap-icons
Installation
Install the package with Composer:
composer require domprojects/codeigniter4-bootstrap-icons
Usage
Publish the assets manually:
php spark assets:publish-bootstrap-icons
Overwrite existing files:
php spark assets:publish-bootstrap-icons --force
Published files:
public/assets/bootstrap-icons/bootstrap-icons.min.csspublic/assets/bootstrap-icons/fonts/*
Automation
If you want automatic publishing after composer install and composer update, use the companion package:
composer require domprojects/codeigniter4-bootstrap-icons-plugin
Package Structure
src/
Commands/
PublishBootstrapIcons.php
Publishers/
BootstrapIconsPublisher.php
License
MIT
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-02