matthewbdaly/laravel-postcodes
Composer 安装命令:
composer require matthewbdaly/laravel-postcodes
包简介
A Laravel and Lumen integration for matthewbdaly/postcode-client to enable postcode lookups with Ideal Postcodes
关键字:
README 文档
README
Laravel Postcode lookup integration
UK postcode lookup service provider for Laravel and Lumen. Uses Postcode Client to enable lookups using Ideal Postcodes.
Note that this service provider caches lookups indefinitely, since they don't change too often, but you may want to clear the cache from time to time. To do this, flush the postcodes tag.
Installation for Laravel
This package is only intended for Laravel 5.5 and up. Install it with the following command:
$ composer require matthewbdaly/laravel-postcodes
Then publish the config file:
$ php artisan vendor:publish
And add your API key to the .env file:
IDEAL_POSTCODES_API_KEY=foo
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-28