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

6
config/admin.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
return [
'email' => env('ADMIN_EMAIL'),
'password' => env('ADMIN_PASS'),
];