增加 类似Laravel admin 的Filament后台管理系统

This commit is contained in:
2025-05-20 23:01:28 +07:00
parent c79bd42b54
commit 4630421e08
28 changed files with 2350 additions and 13 deletions
+1
View File
@@ -2,4 +2,5 @@
return [
App\Providers\AppServiceProvider::class,
App\Providers\Filament\AdminPanelProvider::class,
];