taktik - laravel

This commit is contained in:
2025-01-23 00:45:59 +01:00
commit 43b6cff880
127 changed files with 15025 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
return [
App\Providers\AppServiceProvider::class,
App\Providers\CategoryServiceProvider::class,
App\Providers\CommentServiceProvider::class,
App\Providers\PostServiceProvider::class,
App\Providers\SwaggerProvider::class,
];