Building a Shopware plugin with best practices. Takes place in Chicago on April 23, 2025.
- Tobias Berge (Storefront)
- Malte Janz (Admin)
- Jozsef Damokos (Core)
The plugin is inside a subdirectory. It is recommended to symlink this into your shopware/custom/plugins
directory.
- Clone this repository into your "projects" folder, not into
shopware/custom/plugins
directly! - Symlink the
SwagFaq
plugin directory into yourshopware/custom/plugins
directory.
ln -s /Absolute/path/to/us-dev-training/SwagFaq/ shopware/custom/plugins/
When done correctly, you should see the "sym-linked" folder inside your IDE.
- Go into /presentation folder.
- Open
index.html
in any browser.