摘要: class CategoryController extends Controller { public function index() { $rootCats = Category::where('parent_id', null)->get(); return $this->tree($rootCats); } priv... 阅读全文
posted @ 2019-10-04 21:55 jzfan 阅读(148) 评论(0) 推荐(0) 编辑