gibt es einen consolen befehl alle plugins deaktivieren
Nicht direkt, aber wenn jq auf dem server installiert ist dann so (ohne themes):
bin/console plugin:deactivate $(bin/console plugin:list --json | jq --compact-output --raw-output '.[] | select(.active == true and (.composerName | contains("theme") | not)).name' | tr '\n' ' ')
2 „Gefällt mir“
top vielen dank vielmals