difra/binding-bootstrap4

Difra 的 Bootstrap 4 绑定

8.0.2 2022-02-01 19:19 UTC

This package is auto-updated.

Last update: 2024-09-04 16:08:38 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
             ]
        ]
    ],