📖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-module

Install Menus Plugin

Add Module to modules_statuses.json if not exists

{
    "Menu": true
}

to install menus plugin by run this command

php artisan menu:install

it will generate roles and permissions for menus

and now clear cache

php artisan optimize:clear

Last updated