[文档]
模块入门开发教程 - 后台导航菜单注册
在 Core/ModuleServiceProvider.php 中配置,通过如下方式注册菜单:
AdminMenu::register(function () {
return [
[
// 菜单标题
'title' => '一级菜单',
// 导航图标,可从以下图标 class 值,如 list 或 fa fa-search
// → 基础图标 https://modstart.com/ui/manual/icon
// → Font Awesome 图标 https://modstart.com/ui/manual/icon_fa...