Ever imagined building a Magento 2 Frontend with ease? No more hazzle with Layout XML Updates and phtml templates? Here is your solution. Our module provides a drop-in solution for creating simple Magento 2 Themes based on Twig templates. It is quick and easy to port existing frontends or create new ones from scratch.
Please note: the module is not yet publicly available on packagist. Repositories have to be added manually.
composer config repositories.wamoco-twig-theme vcs [email protected]:Wamoco/magento-twig-theme.git
composer require wamoco/twig-theme
bin/magento module:enable Wamoco_TwigTheme
bin/magento setup:upgrade
Our blank theme can be used as a starting point or for reference. Follow these steps on a default M2 installation:
composer config repositories.wamoco-twig-theme-blank vcs https://github.com/Wamoco/twig-theme-blank.git
composer require wamoco/twig-theme-blank
bin/magento setup:upgrade
Apply the theme in backend under Content -> Configuration -> Design Configuration
.
bka | tomtone |
---|---|
github.com/bka |
github.com/tomtone |
- Website at
wamoco.de
- MIT license
- Copyright 2020 © Wamoco.