Thomas Dutrion
Thomas Dutrion
Let me know if you need any help (mainly after January 7th though).
It's not going to be an issue, just a little more work 😄 Symfony < 4 was using two different entrypoint for http requests, `app.php` and `app_dev.php`, which defined whether...
I will let you push and merge the [upgrade to Symfony 4](https://twitter.com/grmpyprogrammer/status/1200524818686328833) if you don't mind, that will help me greatly as the changes I will have to do include...
Any chance to help you with that weird error at all?
Any preference regarding the third party library? I usually work with Zend i18n but I'm slightly worried it comes with useless classes for this use case (filters, view helpers) and...
Actually, Yaml does not enforce parameters order, therefore this configuration is totally valid. That's a shame `docker-compose` does not use xml configuration, at least configuration would be consistent! Should you...
JSON doesn't guarantee parameters order either unless you use jsonx from IBM. You could provide a JSON schema though, which would be more than nothing even though not a proper...
Question naïve, pourquoi ne pas utiliser un mailcatcher (saas ou self hosted) ?
C'est une très bonne nouvelle, ça simplifiera le developpement !
Thanks for the work you did. The aim is indeed to refactor the entity so that's it is always in a valid state and does not leak the implementation. I...