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 ec0071e commit b12deebCopy full SHA for b12deeb
README.md
@@ -33,13 +33,13 @@ Or use `composer require pulkitjalan/google-apiclient`
33
To use in laravel add the following to the `providers` array in your `config/app.php`
34
35
```php
36
-'PulkitJalan\Google\GoogleServiceProvider'
+PulkitJalan\Google\GoogleServiceProvider::class
37
```
38
39
Next add the following to the `aliases` array in your `config/app.php`
40
41
42
-'Google' => 'PulkitJalan\Google\Facades\Google'
+'Google' => PulkitJalan\Google\Facades\Google::class
43
44
45
Finally run `php artisan vendor:publish --provider="PulkitJalan\Google\GoogleServiceProvider" --tag="config"` to publish the config file.
0 commit comments