atayahmet / laravel-nestable

Laravel 5 nested category/menu generator
MIT License
214 stars 52 forks source link

how can use paginate? #64

Closed mitisa closed 5 years ago

mitisa commented 5 years ago

Hi Dear How can use paginate when get categories?

atayahmet commented 5 years ago

Hi @programer1010

Obviously no pagination support. You may need to do this manually.

You can still try this way:

Category::nested()->paginate();