Eliphaz Bouye
Eliphaz Bouye
My nelmio_cors.yaml: nelmio_cors: ```yaml defaults: origin_regex: true allow_origin: ['%env(CORS_ALLOW_ORIGIN)%'] allow_methods: ['GET','POST', 'PUT', 'PATCH', 'DELETE', 'OPTIONS' ] allow_headers: ['Content-Type', 'Authorization'] expose_headers: ['Link'] allow_credentials: true max_age: 3600 paths: '^/api/': allow_origin: [*] allow_headers:...
Add more information in the API test part doc about shallow error from coverage reporter #52670
I want to use it but I don't know if it's always maintained and if it's a good idea to use it ?
My app using symfony 7.3.0 with PHP 8.4.8 on my `package.json` : ``` "@babel/core": "^7.17.0", "@babel/preset-env": "^7.16.0", "@hotwired/stimulus": "^3.0.0", "@hotwired/turbo": "^7.1.1 || ^8.0", "@symfony/stimulus-bridge": "^3.2.0 || ^4.0.0", "@symfony/ux-turbo": "file:vendor/symfony/ux-turbo/assets", "@symfony/webpack-encore":...