difra/binding-bootstrap4

Bootstrap 4 bindings for Difra

Installs: 11

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:XSLT

pkg:composer/difra/binding-bootstrap4

8.0.2 2022-02-01 19:19 UTC

This package is auto-updated.

Last update: 2025-10-04 18:31:55 UTC


README

Binds twbs/bootstrap to Difra.

How to use

  1. Add config inclusion to nginx's server {} section:
    include /full-project-path/vendor/difra/bootstrap4/bin/nginx.conf;
    
  2. Include bootstrap instance in the config.php. For example:
    'instances' => [
        'main' => [
             'include' => [
                'bootstrap' => true
             ]
        ]
    ],