File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ Determine the geographical location of website visitors based on their IP addres
1212- [ GeoIP for Laravel 5 on GitHub] ( https://github.com/Torann/laravel-geoip )
1313- [ Laravel 4 Installation] ( https://github.com/Torann/laravel-geoip/tree/0.1.1 )
1414
15-
1615To get the latest version of GeoIP simply require it in your ` composer.json ` file.
1716
1817~~~
@@ -51,7 +50,7 @@ $ php artisan vendor:publish
5150
5251A configuration file will be publish to ` config/geoip.php `
5352
54- Update max mind cities database:
53+ ### Update max mind cities database
5554
5655~~~
5756$ php artisan geoip:update
@@ -99,6 +98,14 @@ In the case that a location is not found the fallback location will be returned
9998
10099## Change Log
101100
101+ #### v0.2.1
102+
103+ - Add database_path to config
104+ - Add update_url to config
105+ - Add GeoIP database update command "php artisan geoip: update "
106+ - Add some test
107+ - Format code
108+
102109#### v0.2.0
103110
104111- Update to Laravel 5
You can’t perform that action at this time.
0 commit comments