Initial Install Laravel 12

This commit is contained in:
2025-03-10 13:58:05 +01:00
commit a8d5d57f6f
56 changed files with 10375 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace App\Http\Controllers;
abstract class Controller
{
//
}