πMenus

we are building a plugin to manage menus with database, like sorting rename and delete menus.
Install
You can install the package via composer:
composer require queents/menu-moduleInstall Menus Plugin
Add Module to modules_statuses.json if not exists
{
"Menu": true
}to install menus plugin by run this command
php artisan menu:installit will generate roles and permissions for menus
and now clear cache
php artisan optimize:clearLast updated