Looking to hire Laravel developers? Try LaraJobs

laravel-timezone maintained by aron

Description
根绝国家code获取对应时区
Author
Last update
2021/03/25 07:47 (dev-main)
License
Links
Downloads
3 510

Comments
comments powered by Disqus

warehouse

  • 根据国家code 获取对应时区
  • 本拓展满足psr2,psr4 规范
  • 已通过单元测试

基本使用

  1. 安装
$ composer require aron/laravel-timezone
  1. 发布config 文件
$ php artisan vendor:publish --provider="Aron\Timezone\Provider\TimezoneServiceProvider"
  1. 开始使用
 \Timezone::getTimezoneByCountryCode($countryCode);