Created
June 4, 2017 00:07
-
-
Save ahmedash95/669d45123fa4f46ad4d6b55c25f6c162 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return [ | |
'consumer_key' => env('Twitter_Consumer_Key'), | |
'consumer_secret' => env('Twitter_Consumer_Secret'), | |
'access_token' => env('Twitter_Access_Token'), | |
'access_secret' => env('Twitter_Access_Secret'), | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment