Looking to hire Laravel developers? Try LaraJobs

laravel-fs-warehouse maintained by aron

Description
仓库信息查询
Author
Last update
2021/06/07 09:14 (dev-main)
License
Links
Downloads
3 606

Comments
comments powered by Disqus

warehouse

  • 根据国家id 和国家code 获取对应仓库所属
  • 本拓展满足psr2,psr4 规范
  • 已通过单元测试

基本使用

  1. 安装
$ composer require aron/laravel-fs-warehouse
  1. 发布config 文件
$ php artisan vendor:publish --provider="Aron\Warehouse\Provider\WarehouseServiceProvider"
  1. 开始使用
 \Warehouse::getWarehouseByCountry(country_id|country_code);