M4: 插件框架(钩子系统/ZIP安装/市场客户端)+ blog-seo 插件(JSON-LD/OG/llms.txt/Markdown导出)+ 后台插件/主题管理页

This commit is contained in:
ak
2026-08-11 18:15:56 +08:00
parent dee0208f1d
commit f77c96d3aa
18 changed files with 994 additions and 10 deletions
-5
View File
@@ -16,9 +16,4 @@ class PluginRecord extends Model
protected $casts = [
'enabled' => 'boolean',
];
public function getKeyAttribute(): string
{
return $this->vendor.'/'.$this->name;
}
}