Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tdgroot/magento2-module-fixdutchpostcoderegex
https://github.com/tdgroot/magento2-module-fixdutchpostcoderegex
magento2 magento2-fix magento2-module
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tdgroot/magento2-module-fixdutchpostcoderegex
- Owner: tdgroot
- Created: 2017-03-01T21:35:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T16:08:53.000Z (over 7 years ago)
- Last Synced: 2024-04-19T03:22:06.238Z (7 months ago)
- Topics: magento2, magento2-fix, magento2-module
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fix Dutch PostCode Regex
This module fixes the Dutch(nl_NL) postcode regex in Magento 2. I created a [pull request](https://github.com/magento/magento2/pull/4874) and it got merged, so this module won't be necessary in Magento 2.2.
### Installation using Composer```
composer require timpack/magento2-module-fixdutchpostcoderegex
bin/magento setup:upgrade
```### Installation manually
- [Download the zip](https://github.com/tdgroot/magento2-module-fixdutchpostcoderegex/archive/master.zip)
- Copy the contents of `src/` to `app/code/Timpack/FixDutchPostCodeRegex/`
- Then run `bin/magento setup:upgrade`### Running tests
If you didn't install the module using composer, please copy `app/code/Timpack/FixDutchPostCodeRegex/phpunit.timpack.xml` to `dev/tests/unit/phpunit.timpack.xml`.
Then run the following:
`vendor/bin/phpunit -c dev/tests/unit/phpunit.timpack.xml`