An open API service indexing awesome lists of open source software.

https://github.com/piedweb/themecomponentbundle

Made For PiedWeb CMS and Devoluix Theme
https://github.com/piedweb/themecomponentbundle

Last synced: 5 months ago
JSON representation

Made For PiedWeb CMS and Devoluix Theme

Awesome Lists containing this project

README

          


PiedWeb.com

# PiedWeb Bootstrap 5 Theme Component

Made for [PiedWeb CMS](https://github.com/PiedWeb/CMS) and Bootstrap / [Bootstrap 5 extended](https://github.com/PiedWeb/bootstrap5-extended)

## Installation

Get it with composer

```
composer require piedweb/theme-component-bundle
```

Edit your `config/packages/twig.yaml` and add :

```
twig:
...
paths:
...
"%kernel.root_dir%/../vendor/piedweb/theme-component-bundle/src/Resources/views": PiedWebCMS
"%kernel.projet_dir%/vendor/piedweb/theme-component-bundle/src/Resources/views": PiedWebThemeComponent
```