feat: add fillament panel

This commit is contained in:
2026-05-25 12:51:52 +02:00
parent 1aef762c12
commit 7b73a1e4fd
41 changed files with 2694 additions and 5 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,
];