2017-04-12から1日間の記事一覧

Laravel5.4 + laravel/socialite google oauth issue

googleAPIにリクエストを投げた後、適切にcallbackURLを設定しているのにも関わらず下記のエラーが発生した時 "ClientException in RequestException.php line 107: Client error: `GET https://www.googleapis.com/plus/v1/people/me?prettyPrint=false` re…

Laravel5.4 configuration file が更新されないissue

/config以下のファイル内容の更新が反映されない場合 → php artisan cache:clear または、php artisan config:clear にて解決