I want to make certain page(php) appear only in certain country IP.
However, it is possible to designate a few IPs, but it is too cumbersome to specify all IP of certain country one by one.
Of course, I can get the client's IP with laravel or php, but I want to know ip's country.
By default my site can be accessed from all countries. However, I want to make a page that is visible only to IP of a certain country.
Is there anything better?
thanks in advance.