This commit is contained in:
2025-12-28 12:16:05 +05:45
commit 7c46ec6731
3358 changed files with 467149 additions and 0 deletions

8
bootstrap/providers.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
return [
App\Providers\AppServiceProvider::class,
Yajra\DataTables\DataTablesServiceProvider::class,
Spatie\Html\HtmlServiceProvider::class,
Barryvdh\Debugbar\ServiceProvider::class,
];