https://github.com/rapidez/experius-postcode-nl
https://github.com/rapidez/experius-postcode-nl
hacktoberfest
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rapidez/experius-postcode-nl
- Owner: rapidez
- License: gpl-3.0
- Created: 2021-06-17T10:21:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T12:46:48.000Z (about 1 year ago)
- Last Synced: 2025-10-24T23:23:42.482Z (9 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Rapidez Experius Postcode NL
Implementation of the Postcode NL API with the Magento 2 Experius-Postcode-NL module for Rapidez.
## Requirements
Make sure the [Magento 2 Experius-Postcode-NL](https://github.com/experius/Magento-2-Module-Experius-Postcode-NL) and [Mage2-Module-Experius-PostcodeGraphQl](https://github.com/experius/Mage2-Module-Experius-PostcodeGraphQl) modules have been installed and configured in your Magento installation.
## Installation
```bash
composer require rapidez/experius-postcode-nl
```
If you haven't published the Rapidez views yet, publish them with:
```bash
php artisan vendor:publish --provider="Rapidez\Core\RapidezServiceProvider" --tag=views
```
Add a event listener on the [postcode and housenumber fields](https://github.com/rapidez/core/blob/master/resources/views/checkout/partials/address.blade.php#L97):
```diff
```