atayahmet / laravel-nestable

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

adding key name #18

Closed ahmadyousefdev closed 7 years ago

ahmadyousefdev commented 7 years ago

adding key name to give more flexibility, to make this app works with any kind of js libraries , whatever your table column name is, for example, If my "name" column name is "Orders", but I want to use something like jqTree which needs the name of the names key to be "names", you can change that by changing the value in the config file.

atayahmet commented 7 years ago

Your editor has came up some files and also you can do this adding to the body section in config file.