feat: filament

This commit is contained in:
2026-07-09 14:23:25 +02:00
parent 462be44fa5
commit dc00141d25
61 changed files with 3153 additions and 11 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
<?php
use App\Providers\AppServiceProvider;
return [
AppServiceProvider::class,
App\Providers\AppServiceProvider::class,
App\Providers\Filament\DashboardPanelProvider::class,
];