library timezones
Demo-package to show time
wangjiang988/timezones
Demo-package to show time
- Wednesday, June 28, 2017
- by jiang.wang
- Repository
- 1 Watchers
- 0 Stars
- 2 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Introduction
Simple Demo For laravel package development learning, (*1)
Installation
To get started with Timezones, simply run:, (*2)
composer require wangjiang988/timezones
Next, register the Wj\Timezones\TimezonesServiceProvider in your config/app.php file:, (*3)
'providers' => [
// Other service providers...
Wj\Timezones\TimezonesServiceProvider::class,
],
Basic Usage, (*4)
visit http://xxx/timezones/UTC, (*5)
see the result, (*6)
dev-master
9999999-dev
Demo-package to show time
Sources
Download
by
Jiang Wang