πActivate all plugins via CLI
possible to activate all plugins via CLI
Activate all plugins using one command
bin/console plugin:refresh
bin/console plugin:install -a -n ""Activate multiple plugin one by one
// plugin to activate one by one
php bin/console plugin:activate TestPlugin OtherTestPluginThe list of the most useful Shopware 6 commands
Clear the cache
cache:clear
Last updated