Hello there,
I have a task to extend the template by adding one simple plugin. I have set up the shopware locally using ddev and docker. It is running locally completely fine but I can not find any .html.twig file in the codebase therefore I am not able to work on the actual template.
Can anybody give me an idea of what I am doing wrong? Here I am providing some more information.
- I am working on Fedora 38
- Tried to install the Shopware locally using ddev.
- Cloned branch 6.4 of the production repository.
- When I visit the local site, I can see everything but when I try to locate them in the code, nothing is found. For example, I can see the DemoLogo but if I search in my VS Code by typing DemoLogo. Nothing appears. Even there is no such file that ends with .html.twig.
Thanks in advance for your valuable suggestion.