atayahmet / laravel-nestable

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

orderBy not working with pagination #30

Closed Miri92 closed 7 years ago

Miri92 commented 7 years ago

orderBy() default showing "asc". Desc not working. Laravel version 5.3. $categories = Category::orderBy('id', 'desc')->paginate(15);

atayahmet commented 7 years ago

Hi @Miri92,

I have not enough time for fix it. Please remove NestableTrait interface from Category model. Use nestable() helper as workaround.