crud user

This commit is contained in:
2025-01-13 15:52:38 +03:00
commit aa478c1d8b
68 changed files with 14306 additions and 0 deletions

5
bootstrap/providers.php Normal file
View File

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