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