dev-master
9999999-devTimezone bundle for Laravel.
MIT
The Requires
by Kenneth Llamasares
laravel timezone
1.0.0
1.0.0.0Timezone bundle for Laravel.
MIT
The Requires
by Kenneth Llamasares
laravel timezone
Wallogit.com
2017 © Pedro Peláez
Timezone bundle for Laravel.
Timezone bundle for Laravel., (*1)
Require this package, with Composer, in the root directory of your project., (*2)
``` bash $ composer require kennethllamasares/laravel-timezones, (*3)
And then include the service provider within `app/config/app.php`. ``` php KennethLlamasares\Timezones\TimezonesServiceProvider::class
To get started, you'll need to publish the vendor assets and migrate the timezones table:, (*4)
php artisan vendor:publish --provider="KennethLlamasares\Timezones\TimezonesServiceProvider" && php artisan migrate
Now you can seed the timezones into the database like this., (*5)
php artisan timezones:seed
Timezone bundle for Laravel.
MIT
laravel timezone
Timezone bundle for Laravel.
MIT
laravel timezone