youtube icon indicating copy to clipboard operation
youtube copied to clipboard

Upload a video to a single YouTube channel with Laravel 5.

Results 15 youtube issues
Sort by recently updated
recently updated
newest added

Hi :) thank you for this easy package. i have an issue with the video upload. i first upload the video to my project folder using below code: `if ($this->uploaded_video)...

Removing the 5 in readme to say it's just for Laravel and updating PHP and Laravel versions.

Just wondering if this package will support PHP 8 and or 8.1. Thank you for the great package!

Hi, I am using your package for uploading and `alaouy/Youtube` package to get video info, in config/app.php I have ` 'YoutubeInfo' => Alaouy\Youtube\Facades\Youtube::class, ` ` 'YoutubeUpload' => Dawson\Youtube\Facades\Youtube::class,` and in...

I'm working with the Alaout and Dawson package, when I get the information, I get this error...

This pull request adds support for multiple youtube accounts assigned to users. The interface remains the same with the already existing code, the only breaking change is the new `user_id`...

It would be very useful if we could set the "Embeddable" property to true in status settings. Actually, there is only the privacy status already defined.

Even after using use Youtube I am getting not found exception

Hello, I'm using the library for a project for a Ski Team: coaches will upload videos of athletes using the site and it upload them to youtube. I'm developing it...

Hi! As the routes are declared as closures the php artisan route:cache command fails, any posibility to extract the closure to a controller to allow route cache? Thanks!

bug
help wanted