Extend Spryker Country

1.1.0 2019-08-08 14:57 UTC

This package is auto-updated.

Last update: 2024-04-10 13:01:27 UTC


README

Build Status PHP from Travis config license

Extends the Spryker Country Extension

  • Implement Console Command to import regions for the countries

Important: The Module is still in Implementation Phase

Installation

composer require fond-of-spryker/country

1. Register Console Command in Pyz\Zed\Console

 new CountryConsole(),
     

2. Add Region Installers in Pyz\Zed\Country\CountryConfig

  return [
             new GermanyRegionInstaller(),
             new UnitedStatesRegionInstaller(),
         ];