first commit

This commit is contained in:
2025-03-06 12:21:17 -06:00
commit b2f9df541d
78 changed files with 15007 additions and 0 deletions

5
bootstrap/providers.php Normal file
View File

@ -0,0 +1,5 @@
<?php
return [
App\Providers\AppServiceProvider::class,
];