feat: Image saving for manga creation

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2025-02-11 00:40:47 +01:00
parent 50080f9779
commit 4017cabff2
9 changed files with 212 additions and 31 deletions

View File

@@ -107,3 +107,8 @@ services:
$clientSecret: '%env(MANGADEX_CLIENT_SECRET)%'
$username: '%env(MANGADEX_USERNAME)%'
$password: '%env(MANGADEX_PASSWORD)%'
App\Domain\Manga\Infrastructure\Service\ImageProcessor:
arguments:
$publicDir: '%kernel.project_dir%/public'
$httpClient: '@GuzzleHttp\Client'