LaravelPackages.net
Acme Inc.
Toggle sidebar
bymega/timezones

Example package to show time for Laravel 5

18
1
1.0
About bymega/timezones

bymega/timezones is a Laravel package for example package to show time for laravel 5. It currently has 1 GitHub stars and 18 downloads on Packagist (latest version 1.0). Install it with composer require bymega/timezones. Discover more Laravel packages by bymega or browse all Laravel packages to compare alternatives.

Last updated

Example package to show time for Laravel 5

Shows current time in various timezones. The example is a simple work.

Installation

Install with composer

composer require bymega/timezones

Register the provider in config/app.php.

Bymega\Timezones\TimezonesServiceProvider::class,

Publish files with:

php artisan vendor:publish --tag=timezones --force

Using

Example URLs /timezones or /timezones/Europe-London.

Star History Chart