定制 jield-webdev/laminas-bootstrap5 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

jield-webdev/laminas-bootstrap5

最新稳定版本:v1.2

Composer 安装命令:

composer require jield-webdev/laminas-bootstrap5

包简介

Laminas Module that provides helper functions for Bootstrap 5

README 文档

README

Repository to use Bootstrap 5 code in Laminas Framework (based on zfc-twitter-bootstrap)

Installation

Create a writeable directory assets in your project public folder (for example public/assets).

## Forced injection of Bootstrap JS, Jquery and Jquery UI

This module default injects the latest versions of Bootstrap JS (including Popper), Jquery and JqueryUI as these
libraries are required for the JS in this module.
If for some reason you want to use your own versions of these libraries, you can disable the injection of these
libraries by setting the following config in your application config:

```php
return [
    'laminas-bootstrap5'         => [
        'inject_jquery'    => false,
        'inject_jquery_ui' => false,
        'inject_bootstrap_js' => false,
    ],
];

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-05-10