difra/bootstrap4

This package is abandoned and no longer maintained. The author suggests using the difra/binding-bootstrap4 package instead.

Bootstrap 4 bindings for Difra

8.0.2 2022-02-01 19:19 UTC

This package is auto-updated.

Last update: 2022-02-04 10:25:05 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
             ]
        ]
    ],