kennethllamasares / laravel-timezones
Timezone bundle for Laravel.
Installs: 875
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 7
Open Issues: 0
pkg:composer/kennethllamasares/laravel-timezones
Requires
This package is auto-updated.
Last update: 2025-09-18 20:14:40 UTC
README
Timezone bundle for Laravel.
Installation
Require this package, with Composer, in the root directory of your project.
$ composer require kennethllamasares/laravel-timezones
And then include the service provider within app/config/app.php
.
KennethLlamasares\Timezones\TimezonesServiceProvider::class
To get started, you'll need to publish the vendor assets and migrate the timezones table:
php artisan vendor:publish --provider="KennethLlamasares\Timezones\TimezonesServiceProvider" && php artisan migrate
Now you can seed the timezones into the database like this.
php artisan timezones:seed