Reputation: 33
I have developed the plugin in shopware6 and I want to move it to the cloude, How can we do that and manage the versions of plugins as well?
Upvotes: 2
Views: 90
Reputation: 233
You have to migrate your plugin code to app code. The effort depends on the complexity of your plugin. I.e. a Theme is pretty easy to port from plugin to app system. But the more backend logic you have the harder it gets. Because apps are more limited then plugins for self-hosted shopware in nature.
You will find some first approaches in the official docs https://developer.shopware.com/docs/guides/plugins/apps
Upvotes: 1