We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 5 has shipped already (currently laravel 5.2).
Currently when executing composer require buonzz/laravel-4-freegeoip:dev-master I get the following error (with part of stack trace):
composer require buonzz/laravel-4-freegeoip:dev-master
exception 'BadMethodCallException' with message 'Call to undefined method [package]' in /home/vagrant/Code/me.collaborator/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php:226 Stack trace: #0 /home/vagrant/Code/me.collaborator/vendor/buonzz/laravel-4-freegeoip/src/Buonzz/GeoIP/Laravel4/ServiceProviders/GeoIPServiceProvider.php(18): Illuminate\Support\ServiceProvider->__call('package', Array) #1 /home/vagrant/Code/me.collaborator/vendor/buonzz/laravel-4-freegeoip/src/Buonzz/GeoIP/Laravel4/ServiceProviders/GeoIPServiceProvider.php(18): Buonzz\GeoIP\Laravel4\ServiceProviders\GeoIPServiceProvider->package('buonzz/laravel-...', NULL, '/home/vagrant/C...') #2 [internal function]: Buonzz\GeoIP\Laravel4\ServiceProviders\GeoIPServiceProvider->boot()
Just wanted to ask if there will be a version for laravel 5 (and when about)? Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Laravel 5 has shipped already (currently laravel 5.2).
Currently when executing
composer require buonzz/laravel-4-freegeoip:dev-master
I get the following error (with part of stack trace):Just wanted to ask if there will be a version for laravel 5 (and when about)?
Thanks.
The text was updated successfully, but these errors were encountered: