Command to generate yaml for geographical regions that can be used within sylius fixtures.
git clone chrissnyder2337/sylius-geo-fixture-generator
cd sylius-geo-fixture-generator
composer install
Generate yaml for all countries:
sylius:generate_geo_yaml
Generate yaml for only a subset of countries (United States, Canada, France, and Italy):
./console sylius:generate_geo_yaml US CA FR IT
Output results to a file:
./console sylius:generate_geo_yaml US CA FR IT > sylius_fixtures.yaml
See all options:
./console sylius:generate_geo_yaml --help