Download the PHP package soap/laravel-timezones-list without Composer
On this page you can find all versions of the php package soap/laravel-timezones-list. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download soap/laravel-timezones-list
More information about soap/laravel-timezones-list
Files in soap/laravel-timezones-list
Package laravel-timezones-list
Short Description Time zone list and helpers for Laravel application
License MIT
Homepage https://github.com/soap/laravel-timezones-list
Informations about the package laravel-timezones-list
Time zone list and helpers for Laravel application
Timezones Helper for Laravel application. It may be used to create Select List input options. This package is based on baspa/laravel-timezones. I modified the package to use with WhiteCute 's laravel-timezones which support datetime casting into user timezone.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
You can set default options for the package in the configuration file. However, you can override them using code.
Usage
Timezones grouped by continent
All timezones
Exclude continents
Show offset
Include general timezones
To include general timezones like GMT or UTC use the includeGeneral method.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Prasit Gebsaap
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-timezones-list with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0