Open andresu22 opened 2 years ago
Don't think it supports Laravel 9 yet. You need to downgrade to Laravel 8 run it. Works fine on Laravel 8.
Don't think it supports Laravel 9 yet. You need to downgrade to Laravel 8 run it. Works fine on Laravel 8.
Thank you
Hi,
I can't install the package
I using Laravel v9.33.0 (PHP v8.0.3)
I trying to install using these two options
Run composer require scottybo/laravel-google-my-business
Or to install via composer - edit your composer.json to require the package.
"require": { "scottbo/laravel-google-my-business": "1.*" }
Then run composer update in your terminal to pull it in.
I got this error:
Problem 1
You can also try re-running composer require with an explicit version constraint, e.g. "composer require scottybo/laravel-google-my-business:*" to figure out if any version is installable, or "composer require scottybo/laravel-google-my-business:^2.1" if you know which you need.