Install and Update composer packaged plugins in integrated Plugin Manager. The composer packages can be also on a self-hosted satis server. Easier update company internal plugins like it were in plugin store.
This application is between the shopware shop and the shopware store api and adjust the data with the bridge populated data. As first step the bridge checkouts all plugins from packagist and optional satis and packages the plugins like in shopware store. The shopware store api url is changeable in config.php like so
'store' => [
'apiEndpoint' => 'http://api.localhost',
],
Custom generated BridgeCert plugin must be before installed (It will be generated with php bin/console key:generate)
- Restrict shop domains to specific plugins
- Your ideas?
- PHP 7.1.3 or higher
- MySQL or MariaDB
- system function allowed
- Unix system installed with zip and git
- Copy .env_default to .env and adjust the settings
- Run migrations "php bin/console doctrine:migrations:migrate"
- Run packagist sync command "php bin/console packagist:sync"
- Generate public and private key for shopware signature "php bin/console generate:key"