msurguy / laravel-shop-menu

Menu ordering/management application demo, like Wordpress menu manager
http://laravel-menu-builder.gopagoda.com/admin/menu
334 stars 100 forks source link

[enhancement] Why not create a package? #1

Open FR6 opened 10 years ago

FR6 commented 10 years ago

Just to know, why not create a package of this?

msurguy commented 10 years ago

Because the way the data is stored will be very different from project to project...

dcrystalj commented 10 years ago

why not providing default migration table to store this data and then in package just provide a note to run migration for package?

I think this would be great for package just as it is. Seems useful to me Also having kindOf helper {{ Menu::render('menux') }} for views to render ul and li with content would be very nice :)

vipertecpro commented 6 years ago

Agreeing with dcrystalj in most of the project the backed menu management will be the same like in wordpress, you can provide it with features like n number of parents can be there or you can include pages and posts as well and it would be much more flexible to use.