Move Mail, PDF configuration to Database, standardize configurations

This commit is contained in:
Darko
2025-09-19 15:22:57 +02:00
parent 3da86965e1
commit c0def45040
24 changed files with 948 additions and 433 deletions

View File

@@ -6,4 +6,5 @@ return [
App\Providers\DropboxServiceProvider::class,
App\Providers\ViewServiceProvider::class,
App\Providers\PDFServiceProvider::class,
App\Providers\AppConfigProvider::class,
];