Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

brunokaue's avatar

Help - Configure lib

Hello, I'm trying to use https://github.com/kawax/laravel-google-sheets Someone can help me to get keys?

0 likes
2 replies
mstrauss's avatar

Hi @brunokaue

Take a look at the dependency's docs, specifically this:

/*
    |----------------------------------------------------------------------------
    | Google OAuth 2.0 access
    |----------------------------------------------------------------------------
    |
    | Keys for OAuth 2.0 access, see the API console at
    | https://developers.google.com/console
    |
    */
    'client_id' => '',
    'client_secret' => '',
    'redirect_uri' => '',
    'scopes' => [],
    'access_type' => 'online',
    'approval_prompt' => 'auto',
brunokaue's avatar

I alread read the specifications, but in google console are hard to get something, is a mess... I will try again, thanks for help...

Please or to participate in this conversation.