kalamu / default-bootstrap-template-bundle
Default Bootstrap template for Kalamu CMS
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:CSS
Requires
- kalamu/cms-core-bundle: ^1.0.0@dev
- kalamu/default-bootstrap-elements-bundle: ^1.0.0@dev
Provides
This package is auto-updated.
Last update: 2024-11-14 03:08:00 UTC
README
This bundle is an example Bootstrap template for Kalamu. The original template has been generously published under the MIT licence on HackerThemes by Alexander Rechsteiner.
Installation
First you must install Kalamu CMS then you can install this theme with composer :
composer require kalamu/default-bootstrap-template-bundle
Register the bundle in app/AppKernel.php
:
class AppKernel extends Kernel { public function registerBundles() { $bundles = [ //... new Kalamu\DefaultBootstrapTemplateBundle\KalamuDefaultBootstrapTemplateBundle(), ]; } }
Register the routing in app/config/routing.yml
:
# Add at the top of the file kalamu_default_bootstrap_template_bundle: resource: "@KalamuDefaultBootstrapTemplateBundle/Resources/config/routing.yml" prefix: /_fragment
Then you website should use the new template. If not check that the template configuration in
the kalamu_cms_core
section of the main configuration (app/config/config.yml
) has not
been overrided.