Skip to content

difra-org/binding-bootstrap4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap4 plugin for Difra Framework

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
             ]
        ]
    ],

About

Bootstrap 4 bindings for Difra

Resources

License

Stars

Watchers

Forks

Packages

No packages published