laravel-enso/menus is a Laravel package for menu management for laravel enso.
It currently has 16 GitHub stars and 43.892 downloads on Packagist (latest version 5.4.4).
Install it with composer require laravel-enso/menus.
Discover more Laravel packages by laravel-enso
or browse all Laravel packages to compare alternatives.
Last updated
Menus manages Enso navigation records and menu ordering.
The package exposes CRUD, organize, table init, table data, and Excel export endpoints for system menus, and integrates with permissions and roles to control navigable routes.
It is intended to back the Enso administration screen that defines menu structure and hierarchy.
Install the package:
composer require laravel-enso/menus
Run the package migrations:
php artisan migrate
Optional publish:
php artisan vendor:publish --tag=menus-factory
Main route group:
system.menus.*The package also exposes an explicit organize action:
route('system.menus.organize');
GET api/system/menus/createPOST api/system/menusGET api/system/menus/{menu}/editPATCH api/system/menus/{menu}DELETE api/system/menus/{menu}PUT api/system/menus/organizeGET api/system/menus/initTableGET api/system/menus/tableDataGET api/system/menus/exportExcelRequired Enso packages:
laravel-enso/core ↗laravel-enso/forms ↗laravel-enso/helpers ↗laravel-enso/migrator ↗laravel-enso/permissions ↗laravel-enso/roles ↗laravel-enso/tables ↗Companion frontend package:
are welcome. Pull requests are great, but issues are good too.
Thank you to all the people who already contributed to Enso!