LaravelDaily / quickadmin

Quick adminpanel builder package for Laravel 5
MIT License
600 stars 192 forks source link

menus.menu_type #116

Closed unstoppablecarl closed 7 years ago

unstoppablecarl commented 7 years ago

It does not appear to be documented anywhere (including in code) what this column does. I see that it is checked in many places to be 0-3 but cannot easily understand what each value represents.

PovilasKorop commented 7 years ago

@unstoppablecarl in theory, you shouldn't be working with those numbers directly, visual CRUD generator should be enough.

1 - Typical CRUD 2 - Parent menu 3 - Custom menu 0 - Any other menu (hidden or something)

unstoppablecarl commented 7 years ago

I was just looking at the source and trying to follow how it worked.