You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it will be helpful to add how to make locale result for the package i see a lot of question even some people make pull request etc..
so its better to make it clear its possible to achieve without code changing
code shall be as following
use Geocoder\Query\GeocodeQuery;
$geocoder = app('geocoder');
$provider = $geocoder->getProvider();
$geocoder = new \Geocoder\StatefulGeocoder($provider,'ar');
$results = $geocoder->geocode('London');
General Information
it will be helpful to add how to make locale result for the package i see a lot of question even some people make pull request etc..
so its better to make it clear its possible to achieve without code changing
code shall be as following
result :
The text was updated successfully, but these errors were encountered: