Skip to content

Instantly share code, notes, and snippets.

@ahmedash95
Created June 4, 2017 00:07
Show Gist options
  • Save ahmedash95/669d45123fa4f46ad4d6b55c25f6c162 to your computer and use it in GitHub Desktop.
Save ahmedash95/669d45123fa4f46ad4d6b55c25f6c162 to your computer and use it in GitHub Desktop.
<?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