sitewards / modules-storestructure
N/A
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 4
Type:magento2-module
Requires
- php: ~5.6.0|7.0.2|~7.0.6
- magento/framework: 100.1.*
- symfony/yaml: *
This package is not auto-updated.
Last update: 2025-01-27 16:08:52 UTC
README
This is a little extension for Magento 2 which allows to create the store-structure defined via configuration file. Configuration file is expected to be in YAML format.
Usage
Install the extension normally, after that you should be able to
php bin/magento sitewards:store-structure:setup /path/to/configuration/store-structure.yaml
see sample-store-structure.yaml
in this repo for an example configuration.
Known issues
- It looks like some relationships might not be created by the way how extension creates websites. Consider the tool as for testing purposes only.
- The cleanup option might cause data loss - handle with care and do backups ;)
- Extension is not working with Symphony output interface - it is something to be improved later on.