Add Laravel 11

This commit is contained in:
Bruno
2024-07-09 16:30:39 +01:00
parent 98bf8c3725
commit b306e07bce
55 changed files with 9975 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace App\Http\Controllers;
abstract class Controller
{
//
}