revolution/laravel-google-sheets
This package includes pulkitjalan/google-apiclient to support the latest Laravel.
If you want to use the original package, you can change it with AppServiceProvider.
composer require pulkitjalan/google-apiclient
use PulkitJalan\Google\Client as GoogleClient;
class AppServiceProvider extends ServiceProvider
{
public function register(): void
{
$this->app->alias(GoogleClient::class, 'google-client');
}
}
How can I help you explore Laravel packages today?