Vejlebib templates for os2display.
Add the git repository to "repositories" in composer.json.
"repositories": {
"vejlebib/os2display-template-bundle": {
"type": "vcs",
"url": "https://github.com/vejlebib/os2display-template-bundle"
},
...
}
Require the bundle with composer.
composer require vejlebib/os2display-template-bundle
Enable the bundle in AppKernel.php, by adding VejlebibOs2DisplayTemplateBundle to $bundles.
new Vejlebib\Os2DisplayTemplateBundle\VejlebibOs2DisplayTemplateBundle()
Run os2display:core:templates:load command to load the template in the installation.
bin/console os2display:core:templates:load