Skip to content
Advertisement

How to use pagination with alaouy/youtube laravel package?

I’m using alaouy/youtube package for one of my projects, Its working just fine, But with this method I can’t use pagination! Is there any way or I’ve to write my own code? There is a vendor folder in my resources with pagination folder but I can’t get work with it!

JavaScript

Advertisement

Answer

I’m the creator of that package, happy that it was helpful for you and sorry that the documentation wasn’t clear enough. The listChannelVideos is based on the searchAdvanced method, so you can paginate the channel videos like this :

JavaScript

Hope this will help you!

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement