Skip to content

Instantly share code, notes, and snippets.

@localdisk
Created September 12, 2015 09:21
Show Gist options
  • Save localdisk/b3aa1c3bc3b56b53dcaa to your computer and use it in GitHub Desktop.
Save localdisk/b3aa1c3bc3b56b53dcaa to your computer and use it in GitHub Desktop.
laravel socialite twitter
<?php
return [
'twitter' => [
'client_id' => env('TWITTER_CLIENT_ID'),
'client_secret' => env('TWITTER_CLIENT_SECRET'),
'redirect' => 'http://127.0.0.1:8000/auth/twitter/callback',
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment