修改模型Category.php
<"htmlcode"><"<img src='$src' style='max-width:30px;max-height:30px' class='img'/>"; return "{$branch['id']} - {$branch['name']} $logo"; }); })); }); } //下面是自己的代码 //....... }添加路由app/Admin/routes.php
$router->resource('categories',CategoryController::class);select中使用分类树
$form->select('parent_id', __('Parent id'))->options(Category::selectOptions())->default(1);总结
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
桃源资源网 Design By www.nqtax.com
暂无“laravel admin实现分类树/模型树的示例代码”评论...