FbF / Laravel-Youtube

A Laravel package to upload videos to a YouTube channel
MIT License
93 stars 31 forks source link

Fixed Require for google-api-php-client #6

Closed natedavis closed 10 years ago

natedavis commented 10 years ago

Not sure if this fixes the install issue, but google/apiclient doesn't exist....

natedavis commented 10 years ago

Nevermind. My laravel install told me it couldn't find google/apiclient. I added it to the require manually on my install, and it found and worked. Needless to say, no need to merge this guy...