An open API service indexing awesome lists of open source software.

https://github.com/rapidez/experius-postcode-nl


https://github.com/rapidez/experius-postcode-nl

hacktoberfest

Last synced: 6 months ago
JSON representation

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

```