Closed mike-kostov closed 7 years ago
I followed the installation instructions from the Get Started section
Placed the correct provider and alias rows.
But when I try to publish the config nothing happens. php artisan vendor:publish --provider="Torann\GeoIP\GeoIPServiceProvider" --tag=config
php artisan vendor:publish --provider="Torann\GeoIP\GeoIPServiceProvider" --tag=config
If I try to use the helper function geoip( "127.0.0.1" ) returns ReflectionException Class geoip does not exist
geoip( "127.0.0.1" )
ReflectionException Class geoip does not exist
Laravel 5.4 lied to me For anyone having similar issues php artisan cache:clear php artisan config:clear php artisan vendor:publish
php artisan cache:clear
php artisan config:clear
php artisan vendor:publish
I followed the installation instructions from the Get Started section
Placed the correct provider and alias rows.
But when I try to publish the config nothing happens.
php artisan vendor:publish --provider="Torann\GeoIP\GeoIPServiceProvider" --tag=config
If I try to use the helper function
geoip( "127.0.0.1" )
returnsReflectionException Class geoip does not exist