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
Shows current time in various timezones. The example is a simple work.
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
Example URLs /timezones or /timezones/Europe-London.