PHP code example of opengento / module-country-store
1. Go to this page and download the library: Download opengento/module-country-store library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
opengento / module-country-store example snippets
xml
<type name="Opengento\CountryStore\Model\Resolver\ResolverFactory">
<arguments>
<argument name="countryResolvers" xsi:type="array">
<item name="customCountryResolver" xsi:type="string">Vendor\Module\Model\Country\Resolver\CustomCountryResolver</item>
</argument>
</arguments>
</type>