tirrex/php-yii-ext-bootstrap4-glyphicons 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tirrex/php-yii-ext-bootstrap4-glyphicons

Composer 安装命令:

composer require tirrex/php-yii-ext-bootstrap4-glyphicons

包简介

How to use Glyphicons with Bootstrap 4

README 文档

README

If you want use Glyphicons in your Yii2 project with Bootstrap 4 (https://github.com/yiisoft/yii2-bootstrap4)

Installation

The preferred way to install this extension is through composer.

Add the repo to your composer.json.

"repositories":[
    ...
    {
        "type": "git",
        "url": "https://bitbucket.org/tirrex/php-yii-ext-bootstrap4-glyphicons.git"
    }
    ...
]

Either run

php composer.phar require --prefer-dist tirrex/php-yii-ext-bootstrap4-glyphicons "*"

or add

"tirrex/php-yii-ext-bootstrap4-glyphicons": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your Layout code:

<?php
use tirrex\bootstrap4glyphicons\assets\GlyphiconAsset;
GlyphiconAsset::register($this);

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2023-08-21