A message that fails its retries has to go somewhere, and a dedicated transport plus two commands is a dead letter queue with an operator interface. Being able…
4.3 shipped a Mailer component alongside Swiftmailer rather than replacing it, and the two coexist for the whole of the 4.x line. The DSN is the part worth…
The question when writing a constructor is what you are allowed to type-hint for, and the answer is in the compiled container rather than in any documentation. It…
Installing a package now writes configuration, adds environment variables and may register a bundle, and the reasonable first reaction is to want to know what it did. The…
Working out which controller handles a URL by reading annotations across forty files is a waste of an afternoon that the framework will answer in a second. router:match…
Symfony 4 puts a .env file in the repository root and reads it through Dotenv, which is convenient locally and is not how the framework expects production to…