bibsdb/book-bundle

There is no license information available for the latest version (dev-master) of this package.

Bibsdb book template.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:SCSS

Type:symfony-bundle

dev-master 2020-09-09 07:34 UTC

This package is auto-updated.

Last update: 2024-05-09 16:28:20 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).