承接 laurel/lardi-trans 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

laurel/lardi-trans

Composer 安装命令:

composer require laurel/lardi-trans

包简介

Adapter for lardi-trans api

README 文档

README

This package provides tools that allow add to your application location autocomplete. Search works using Lardi Trans API.

Installing with Composer

You can install this package via Composer with this command

composer require laurel/lardi-trans

Installation in Laravel

To install in Laravel you need to modify the providers array in config/app.php to include the service provider

'providers' => [

  //..
  Laurel\LardiTrans\App\Providers\LardiTransServiceProvider::class,

],

Then run composer update.

After that you need to publish config files. To do this run next command:

php artisan vendor:publish --tag=config --provider=Laurel\LardiTrans\App\Providers\LardiTransServiceProvider

Specify in the package config file models, fields and relation method for Countries, Regions, Cities and PostalCodes.

Using

You can get LardiTrans API predictions using next code. As additional parameters, you can set query limit and language:

$service = new \Laurel\LardiTrans\App\Services\LardiTransService; $cities = $service->autocompleteCity('Киев')

For fetching countries use next code. As parameters, you can set an array with regions ids and language:

$service = new \Laurel\LardiTrans\App\Services\LardiTransService; $countries = $service->fetchCountries()

For fetching regions use next code. As parameters, you can set array with countries signs and language:

$service = new \Laurel\LardiTrans\App\Services\LardiTransService; $regions = $service->fetchRegions()

Also, for fetching list with all countries, you can use next console command:

php artisan laurel/lardi-trans/fetch:countries

统计信息

  • 总下载量: 36
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-08-07

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固