- Register DAMADoctrineTestBundle for test env (transaction rollback) - Update API Platform title/description, add pagination defaults - Configure services for new controllers and commands - Update makefile targets Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
449 B
YAML
13 lines
449 B
YAML
api_platform:
|
|
title: Inventory API
|
|
description: API de gestion d'inventaire industriel — machines, pièces, composants, produits.
|
|
version: 1.8.1
|
|
defaults:
|
|
stateless: false
|
|
cache_headers:
|
|
vary: ['Content-Type', 'Authorization', 'Origin']
|
|
pagination_items_per_page: 30
|
|
pagination_maximum_items_per_page: 200
|
|
pagination_fetch_join_collection: true
|
|
pagination_partial: false
|