heptacom / shopware-platform-administration-without-plugin-manager
Shopware plugin that prohibits plugin manager changes in the administration to prevent plugin.zip installation bugs
Installs: 2 785
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 1
Type:shopware-platform-plugin
Requires
- php: >= 7.2
- shopware/administration: >=6.2 <6.4
- shopware/core: >=6.2 <6.4
- symfony/event-dispatcher: >=4
- symfony/http-foundation: >=4
- symfony/http-kernel: >=4
Requires (Dev)
- dq5studios/psalm-junit: ^2.0
- ergebnis/composer-normalize: >=2.7
- friendsofphp/php-cs-fixer: >=2
- icanhazstring/composer-unused: >=0.7
- maglnet/composer-require-checker: >=2
- mavimo/phpstan-junit: ^0.3.0
- phpstan/extension-installer: >=1
- phpstan/phpstan: >=0.12
- phpstan/phpstan-deprecation-rules: >=0.12
- phpstan/phpstan-phpunit: >=0.12
- phpstan/phpstan-strict-rules: >=0.12
- vimeo/psalm: >=3
Conflicts
- nikic/php-parser: 4.7.0
This package is auto-updated.
Last update: 2024-07-01 00:14:42 UTC
README
Discontinued as this is now part of Shopware 6.6.4
Since Shopware 6.6.4.0 it's possible to disable the installation of extensions in the Administration. This is useful when you have a cluster environment or want to use proper deployments to roll-out code changes.
To disable the installation of extensions in the Administration, you can set the following configuration in your config/packages/z-shopware.yaml
file:
shopware: deployment: runtime_extension_management: false
Limited plugin manager for shopware platform administration
This is part of HEPTACOM solutions for medium and large enterprise
Shopware plugin that prohibits plugin manager changes in the administration to prevent plugin.zip installation bugs
Changes
View the CHANGELOG file attached to this project.
System requirements
- PHP 7.2 or above
Additional development requirements
- Make
Contributing
Thank you for considering contributing to this package! Be sure to sign the CLA after creating the pull request.
Steps to contribute
- Fork the repository
git clone yourname/HeptacomShopwarePlatformAdministrationWithoutPluginManager
- Make your changes to master branch
- Check and fix code style
make it
- Create your Pull-Request
License
Copyright 2020 HEPTACOM GmbH
Licensed under the GNU Affero General Public License v3.0 (the "License"). You may not use this project except in compliance with the license. You may obtain a copy of the AGPL License at https://spdx.org/licenses/AGPL-3.0-or-later.html.