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.
1 parent ff0a2bc commit cf33a01Copy full SHA for cf33a01
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