We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff0a2bc + cf33a01 commit eba9cb2Copy full SHA for eba9cb2
README.md
@@ -42,7 +42,7 @@ Next add the following to the `aliases` array in your `config/app.php`
42
'Google' => 'PulkitJalan\Google\Facades\Google'
43
```
44
45
-Finally run `php artisan vendor:publish --provider="pulkitjalan\google-apiclient\GoogleServiceProvider" --tag="config"` to publish the config file.
+Finally run `php artisan vendor:publish --provider="PulkitJalan\Google\GoogleServiceProvider" --tag="config"` to publish the config file.
46
47
#### Looking for a Laravel 4 compatible version?
48
0 commit comments