質問編集履歴

1

追記

2019/08/28 03:54

投稿

poteto4401
poteto4401

スコア57

test CHANGED
File without changes
test CHANGED
@@ -25,3 +25,15 @@
25
25
  config(['services.twitter.redirect' => '/callback/foo]);
26
26
 
27
27
  ```
28
+
29
+
30
+
31
+ ---
32
+
33
+ (追記)
34
+
35
+ 書いてから思ったのですが、configで変えてしまったらアプリケーションの設定値はぜんぶ変更した値になっちゃいますね汗
36
+
37
+
38
+
39
+ この場合、 `Laravel\Socialite\createTwitterDriver` をオーバーライドするほうが良さそうですね