관리-도구
편집 파일: config.php
<?php return [ 'name' => 'Menubuilder', /* here you can make menu items visible to specific roles */ 'use_roles' => false, /* If use_roles = true above then must set the table name, primary key and title field to get roles details */ 'roles_table' => 'roles', 'roles_pk' => 'id', // primary key of the roles table 'roles_title_field' => 'name', // display name (field) of the roles table ];