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
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}