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.11k stars 372 forks source link

Class not found #44

Closed vukovics closed 8 years ago

vukovics commented 8 years ago

I use Laravel 5.1

and here is my providers : Torann\GeoIP\GeoIPServiceProvider::class, alias: 'GeoIP' => Torann\GeoIP\GeoIPFacade::class,

FatalErrorException in ProviderRepository.php line 146: Class 'Torann\GeoIP\GeoIPServiceProvider' not found

vukovics commented 8 years ago

It's working now.. I just do all taht one more time..