fond-of-spryker / country
Extend Spryker Country
Installs: 31 241
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 1
Requires
- php: >=7.1
- spryker/country: ~3.0
Requires (Dev)
- codeception/codeception: ^2.3
- mikey179/vfsstream: ^1.6
- php-coveralls/php-coveralls: ^2.0
- phpro/grumphp: ^0.14
- sebastian/phpcpd: ^4.0
- spryker/code-sniffer: ^0.11
This package is auto-updated.
Last update: 2024-10-10 13:58:14 UTC
README
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(),
];