atayahmet / laravel-nestable

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

Undefined index: id #51

Closed kanseganesh closed 6 years ago

kanseganesh commented 6 years ago

I have a table "post_categories" with "category_id" as primary key instead of default "id".

I have changed the variable value "primary_key" to "category_id" in "config/nestable.php", but still I am getting "undefined index: id" error.