Getting Started

Give the application access to the package using the PHP Packages application, then install it using Composer:

scripts/composer.sh require alberon/nexus-menus

Run the migrations:

scripts/artisan.sh migrate

Add the permissions from Alberon\NexusMenus\Enums\Permission to the Developer role and any others that require them. (Note: "Set Unique Codes for Menu Items" permission should only be given to developers.)

Add this to LayoutSidebar.vue:

import LayoutSidebarLinkMenus from '@alberon/nexus-menus/vue/LayoutSidebarLinkMenus';

// ...

<LayoutSidebarLinkMenus />