atayahmet / laravel-nestable

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

3 level nested? #60

Closed zendzo closed 6 years ago

zendzo commented 6 years ago

can i implement 3 levels nested with this package? looks like example below?

  1. mobile & accesory(category) -mobile(subcategory) --iphone(product)

2.electronics(category) -laptops(subcategory) --hp(product)

atayahmet commented 6 years ago

Hi @zendzo

Yes, you can but you can not the product link to category link. Take a look customUrl for that.