Random
API environment contextual responses with Symfony3 Subscribers for Dev vs. Non-Dev
According to the ideal 12 Factor App you want to store your configuration in the specific environment. This includes debugging, logging, and everything else your application does. When building an API, these days you want your response data to be JSON, unless you’re an XML holdout which case you’re still using XML. Read more…