'numeric', // 父级id 'icon' => 'alpha_dash', // 图标 'title' => 'required', // 栏目名称 // 'slug' => 'required|alpha_dash', // 标识 'path' => 'required|string', // 路由 'sort' => 'numeric', // 排序 'show' => 'boolean', // 是否显示 ]; } /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } }