Initial Laravel Portal

This commit is contained in:
2026-05-25 10:58:45 +02:00
commit 1aef762c12
56 changed files with 10769 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
use App\Providers\AppServiceProvider;
return [
AppServiceProvider::class,
];