add filament and admin user
Some checks failed
Build / build (push) Failing after 51s

This commit is contained in:
Ivo Spijkerman
2025-08-31 21:12:03 +02:00
parent f4e613893a
commit 069b57c7b3
7 changed files with 112 additions and 2 deletions

View File

@@ -2,4 +2,5 @@
return [
App\Providers\AppServiceProvider::class,
App\Providers\Filament\AdminPanelProvider::class,
];