Closed aavinseth closed 3 years ago
hitting this also
Need as well, any plans for this?
@aavinseth @wrabit @themasterpage if you are still having trouble with this, you can use my fork until this package is updated.
In your composer.json add:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/keenminded/laravel-timezone"
}
],
In require section change or add:
"jamesmills/laravel-timezone": "dev-forked",
Then run composer install or update. This uses torann/geoip v3, and also supports PHP8.
Also referencing #57.
Hi all,
Sorry to be late to the party.
Just to be clear, we're having issue because we need to update torann/geoip
to the latest version?
@keenminded if you have fixed this could you do a PR with your fixes to the package and I will merge them in.
Thanks all
Hi @jamesmills,
Just submitted the PR. Please let me know if anything needs to be updated. Thanks!