laravel-timezone icon indicating copy to clipboard operation
laravel-timezone copied to clipboard

Enable user Timezones in your application.

Results 32 laravel-timezone issues
Sort by recently updated
recently updated
newest added

Hello, when trying to run composer install/update with Laravel 10, I get these errors: ``` - Root composer.json requires jamesmills/laravel-timezone ^1.12 -> satisfiable by jamesmills/laravel-timezone[1.12.0]. - jamesmills/laravel-timezone 1.12.0 requires treeware/plant...

Here is the beginning of the API change for v2. I will wait to make any readme/documentation updates until all the details have been worked out. Something that I've added...

Disable notify when request doesn't have session :zap:

It is important to note the addition of: `use App\Models\User` in the modified file... This may not be compatible with earlier versions of Laravel. Is there a way to conditionally...

Hello, is it possible to get the format date for each country ? I'm not sure if the APIs return information connected to date format each country.

Noticed a recent change allowing config for a message. Maybe in v2, use publishable language files for this and other strings where possible.

At this moment, the library takes the last found IP from the 'lookup' config key. In documentation there is written "Having in mind when the key is found inside the...

- Added customization for events and event listener to its overrideing and usage of custom events - Added customization for flash messages, added separate trait for it to allow event...

Is there any way to add a timezone select to the Jetstream profile page? I only want to set timezone automatically when the user first log in and then let...

#32

enhancement
help wanted
question