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
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace App\Http\Controllers;
abstract class Controller
{
//
}