Mike Bronner
Mike Bronner
Sorry, deleted my comment, I mistakenly thought I was in the other repo.
Thanks, I will look into this. Can you provide an example that I can use as a test-case?
If you are not using the `ProviderAndDumperAggregator` class, you are essentially bypassing this entire package. You might as well use Geocoder's php library directly. What is the use-case for bypassing...
I was taking a look at how to implement caching by locale. At this time I don't have a solution yet. My recommendation would be to use `->doNotCache()` on this...
Thanks @elceka I'll look into this.
@elceka Also try `config:clear`.
This might not be possible just yet. Have you found a work-around in the meantime? None of the adapters I seem to document how to implement a proxy. The library...
Closing this for now. No plans to implement unless someone can submit a PR for this, or a work-around can be documented. Haven't heard back from OP, please re-open if...
Reopening and will review in the near future.
To use a redis cache, you will also need to install a Redis driver: https://laravel.com/docs/9.x/cache#driver-prerequisites Please let me know if that resolves your issue.