Skip to content

fs-platform/laravel-timezone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);