Torann / laravel-geoip

Determine the geographical location of website visitors based on their IP addresses.
http://lyften.com/projects/laravel-geoip
BSD 2-Clause "Simplified" License
2.07k stars 372 forks source link

migration issue of geo ip #233

Open SupremeHanan opened 7 months ago

SupremeHanan commented 7 months ago

i have an application build on laravel 5 i tried installing this Geo IP pakage i done it all by reading the docs from https://lyften.com/projects/laravel-geoip/doc/ paakage does get published and all in my application i even seen changes in composer.json files and vender directory but when migrating it it just say nothing to migrate cuz i doesnt generate any migration file either Package manifest generated successfully. 60 packages you are using are looking for funding. Use the composer fund command to find out more! Found 10 security vulnerability advisories affecting 2 packages. Run "composer audit" for a full list of advisories. Using version ^1.1 for torann/geoip php artisan vendor:publish --provider="Torann\GeoIP\GeoIPServiceProvider" --tag=configno-projects\ca-master\ca_masters\cashoponline> Publishing complete. PS D:\graficano-projects\ca-master\ca_masters\cashoponline> php artisan migrate --path=vendor/torann/geoip/database/migrations

cd vendor/torann/geoip

Nothing to migrate. PS D:\graficano-projects\ca-master\ca_masters\cashoponline\vendor\torann\geoip> cd vendor/torann/geoip

can anyone tell whats going wrong and i have connected 2 dbs in my one application using database.php file but i also have defined my default database mysql