Evan Jackson
Evan Jackson
## Changes in this pull request Resolves #https://github.com/pimcore/pimcore/issues/17029 ## Additional info Choosing to first check if the given bundle is already installed, and if true prematurely exit with success. If...
### Improvement description Currently, when running `bin/console pimcore:bundle:install` with a bundle that is already installed, an error is generated: `[ERROR] Bundle BundleName can not be installed.` This is a problem...
Hello - I have created a custom Shopware theme that I am compiling with `theme:compile`. I can see that the two expected theme folders are created under `/var/www/html/public/theme`:  I...