PHP Classes

File: src/config/youtube.php

Recommend this page to a friend!
  Classes of Roman Kozin   Laravel Youtube   src/config/youtube.php   Download  
File: src/config/youtube.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Youtube
Retrieve details about videos using Youtube API
Author: By
Last change:
Date: 1 year ago
Size: 436 bytes
 

Contents

Class file image Download
<?php

/*
|--------------------------------------------------------------------------
| Laravel PHP Facade/Wrapper for the Youtube Data API v3
|--------------------------------------------------------------------------
|
| Here is where you can set your key for Youtube API. In case you do not
| have it, it can be acquired from: https://console.developers.google.com
*/

return [
   
'key' => env('YOUTUBE_API_KEY', 'YOUR_API_KEY')
];