feat: Reader beginning

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2025-02-16 16:15:42 +01:00
parent e90c0a140e
commit 55945adc53
37 changed files with 1057 additions and 47 deletions

View File

@@ -27,5 +27,6 @@ api_platform:
paths:
- '%kernel.project_dir%/src/Domain/Scraping/Infrastructure/ApiPlatform/Dto'
- '%kernel.project_dir%/src/Domain/Manga/Infrastructure/ApiPlatform/Resource'
- '%kernel.project_dir%/src/Domain/Reader/Infrastructure/ApiPlatform/Resource'
patch_formats:
json: ['application/merge-patch+json']

View File

@@ -22,4 +22,8 @@ services:
class: App\Tests\Domain\Manga\Adapter\InMemoryImageProcessor
public: true
# App\Domain\Reader\Domain\Contract\Repository\ChapterRepositoryInterface:
# class: App\Tests\Domain\Reader\Adapter\InMemoryChapterRepository
# public: true