M3: Filament 后台资源(文章/分类/评论/媒体/用户/友链)+ 博客设置页 + 仪表盘统计

This commit is contained in:
ak
2026-08-11 18:08:47 +08:00
parent 6214976a88
commit dee0208f1d
46 changed files with 1572 additions and 6 deletions
@@ -0,0 +1,16 @@
<?php
namespace App\Filament\Resources\Media\Schemas;
use Filament\Schemas\Schema;
class MediaForm
{
public static function configure(Schema $schema): Schema
{
return $schema
->components([
//
]);
}
}