add admin with filament
Build / Build-image (push) Successful in 1m6s

This commit is contained in:
2026-08-12 17:16:12 +02:00
parent 9b69a2afff
commit 46e679b8bf
56 changed files with 3251 additions and 10 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
<?php
use App\Providers\AppServiceProvider;
return [
AppServiceProvider::class,
App\Providers\AppServiceProvider::class,
App\Providers\Filament\AdminPanelProvider::class,
];