Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试 使用此拉取请求使用高级模板实现mdmsoft/yii2-admin , 但是当我尝试将路由添加到菜单时,出现错误“找不到路由“x”。” 如果我尝试通过数据库强制添加路由,菜单会显示一个空数组。
为此,您需要在内部创建一个config/main.php
config/main.php
'urlManager' => [ 'enablePrettyUrl' => true, 'rules' => [ 'test/' => site(ControllerName)/test(actionName), ] ];
让我知道这是否有帮助。