laravel-timezone
laravel-timezone copied to clipboard
Enable user Timezones in your application.
Would it be possible to add support for Laravel 11? Thanks!
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
This change fixes the error in `vendor/laravel/framework/src/Illuminate/Http/Request.php:560` when the request does not have a session. This happens to me when I use the package with Laravel Passport. The previous evaluation...
Currently, when login a user via Sanctum, the packages does not work. Adds functionality to handle Sanctum token authentications Update UpdateUsersTimezone.php
It seems like this package doesn't support stateless requests (only web middleware). If we aren't using Web routes, we get `Illuminate\\Auth\\RequestGuard::loginUsingId does not exist` - how can we use this?...
Please add a feature to stop updating timezone automatically and let the user set their timezone manually if they want. because if we are logging in every time it is...
Hi James Right now if a new data is declared with protected $dates it gets converted with base timezone helper. The new docs have changed this: `[Model "Dates" Property](https://laravel.com/docs/10.x/upgrade#model-dates-property) Likelihood...
At this moment, if IP is not found, the loop skips but eventually the last resolved IP is taken. IMHO it should be the first IP grabbed, for example I'd...
Let's save the world and don't do geo lookup when overwrite mode is not active and user timezone is already set