AsgardCms/Menu

View on GitHub
Config/permissions.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
return [
    'menu.menus' => [
        'index',
        'create',
        'store',
        'edit',
        'update',
        'destroy',
    ],
    'menu.menuitem' => [
        'index',
        'create',
        'store',
        'edit',
        'update',
        'destroy',
    ],
];