Added YouTube video fetching functionality and update landing page to display videos
This commit is contained in:
@ -31,4 +31,8 @@ return [
|
||||
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
|
||||
],
|
||||
|
||||
'youtube' => [
|
||||
'api_key' => 'AIzaSyAtDLH9Xzi_Mg-bvz4H27lvqQpT7AR2Bo0',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user