Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxid-esales/smarty-component
Includes smarty template engine for OXID eShop
https://github.com/oxid-esales/smarty-component
Last synced: 8 days ago
JSON representation
Includes smarty template engine for OXID eShop
- Host: GitHub
- URL: https://github.com/oxid-esales/smarty-component
- Owner: OXID-eSales
- License: other
- Created: 2022-09-30T13:06:09.000Z (over 2 years ago)
- Default Branch: b-7.0.x
- Last Pushed: 2024-11-29T11:34:38.000Z (about 1 month ago)
- Last Synced: 2024-11-29T12:31:01.766Z (about 1 month ago)
- Language: PHP
- Size: 175 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Smarty component
Includes Smarty template engine for OXID eShop
## Compatibility
* b-7.0.x branch is compatible with OXID eShop compilation 7.x
## Installation
This component can be installed with:
```bash
composer require oxid-esales/smarty-component
```## Configuration
Starting from v7, OXID eShop uses Twig as a default templating engine and stores
initial data in Twig template format.
Please run the following command to replace the original initial data with the one compatible with Smarty:```bash
vendor/bin/doctrine-migrations migrate --configuration vendor/oxid-esales/smarty-component/migration/migrations.yml --db-configuration vendor/oxid-esales/smarty-component/migration/migrations-db.php
```**_NOTE:_** Do not run this command if you've already added your custom content.
The data in `oxcontents` DB table will be overwritten!## License
See LICENSE file for details.
## Bugs and Issues
If you experience any bugs or issues, please report them in the section **OXID eShop (all versions)** under category **Smarty engine** of https://bugs.oxid-esales.com