PHP code example of michaelbelgium / laravel-youtube-api
1. Go to this page and download the library: Download michaelbelgium/laravel-youtube-api library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
michaelbelgium / laravel-youtube-api example snippets
'auth' => 'sanctum',
'ratelimiter' => function (Request $request) {
return Limit::perMinute(5);
},
bash
php artisan vendor:publish --tag=youtube-api-config
bash
php artisan storage:link
php artisan migrate