joedawson / youtube

Upload a video to a single YouTube channel with Laravel 5.
MIT License
175 stars 105 forks source link

Add multi user support #119

Closed gazben closed 1 year ago

gazben commented 4 years ago

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 field in the insert and where statements.

Because of the breaking change, a new major version is required.

ThinkDevStudios commented 3 years ago

What happened to this commit? I also need multi-user support