difra/bootstrap4

该软件包已被弃用且不再维护。作者建议使用difra/binding-bootstrap4软件包代替。

Difra的Bootstrap 4绑定

8.0.2 2022-02-01 19:19 UTC

This package is auto-updated.

Last update: 2022-02-04 10:25:05 UTC


README

将twbs/bootstrap绑定到Difra。

如何使用

  1. 将配置包含添加到nginx的server {}部分
    include /full-project-path/vendor/difra/bootstrap4/bin/nginx.conf;
    
  2. 在config.php中包含bootstrap实例。例如
    'instances' => [
        'main' => [
             'include' => [
                'bootstrap' => true
             ]
        ]
    ],