Open MilesYM opened 4 years ago
Good day
You need to download the database before starting work using the command:
php bin/console geoip2:update
That was it. Thank you my friend!
i am getting this issue There are no commands defined in the "geoip2" namespace. after running above command
Hi there,
I've followed the steps to integrate the librairy in my project. I've created a Service to use it in my code like so:
and my config file is as follow:
If I follow the url, it does download the file so the key seems good to me.
However, when I'm trying to use the librairy, I'm getting the following error message:
Indeed, it does not exist in the cache folder.
Please help. Thank you.