bibsdb / book-bundle
Bibsdb book template.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:SCSS
Type:symfony-bundle
pkg:composer/bibsdb/book-bundle
This package is auto-updated.
Last update: 2025-12-09 19:55:15 UTC
README
Supplies a slide template to recomend single materials. Upload the frontpage and provide a short text.
Installation
Add the git repository to "repositories" in composer.json.
"repositories": {
"bibsdb/book-bundle": {
"type": "vcs",
"url": "https://github.com/bibsdb/book-bundle"
},
...
}
Require the bundle with composer.
composer require bibsdb/book-bundle
Enable the bundle in AppKernel.php, by adding BibsdbBookBundle to $bundles.
new Bibsdb\BookBundle\BibsdbBookBundle()
Run bibsdb:core:templates:load command to load the template in the installation.
bin/console bibsdb:core:templates:load
Enable the template in the administration.
Ads and controls
To avoid ads and video controls, the shared video has to come from a user that has disabled the options at book.com. To do it yourself, you need to have at least a PLUS account (https://book.com/plus).