Package Data | |
---|---|
Maintainer Username: | dannyvw |
Maintainer Contact: | info@vwmedia.nl (Danny van Wijk) |
Package Create Date: | 2014-11-29 |
Package Last Update: | 2014-11-30 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 15:01:32 |
Package Statistics | |
---|---|
Total Downloads: | 1,129 |
Monthly Downloads: | 16 |
Daily Downloads: | 2 |
Total Stars: | 3 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
This package helps you integrating the Postcode.nl API into your Laravel project.
Require this package with composer using the following command:
composer require dannyvw/laravel-postcodenl
or add the following to your composer.json file:
{
"require": {
"dannyvw/laravel-postcodenl": "dev-master"
}
}
Add the ServiceProvider to the providers array in app/config/app.php
'Dannyvw\LaravelPostcodenl\LaravelPostcodenlServiceProvider',
Add the facade to the aliases array in app/config/app.php
'Postcodenl' => 'Dannyvw\LaravelPostcodenl\Facade\Postcodenl',
Publish the configuration
php artisan config:publish dannyvw/laravel-postcodenl
Run composer update
composer update
Dannyvw\LaravelPostcodeNL is licensed under the MIT License.
Copyright 2014 Danny van Wijk