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