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
- Host: GitHub
- URL: https://github.com/piedweb/themecomponentbundle
- Owner: PiedWeb
- Created: 2018-12-26T17:12:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T19:50:07.000Z (over 5 years ago)
- Last Synced: 2025-07-11T01:18:11.773Z (about 1 year ago)
- Language: Twig
- Homepage: https://dev.piedweb.com/
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```