Explore >> Select a destination


You are here

symfony.com
| | tomasvotruba.com
4.5 parsecs away

Travel
| | Regarding Laravel, one of the biggest "no"s in 2022 was how it handles passing services around the project. I'm not talking about the facades or active records but **the static reflection container**. At first, it raised my blood pressure - we have a dependency injection, and everything must be passed via the constructor, right? Then I remembered a wise saying: "There are no best solutions, only trade-offs."
| | daniel-siepmann.de
5.0 parsecs away

Travel
| | Explanation of how Dependency Injection works for TYPO3 Extbase (prior TYPO3 CMS v10).
| | brandonsavage.net
5.7 parsecs away

Travel
| | PHP more or less has two kinds of dependency injection available: constructor injection, and setter injection. Constructor injection is the process of injecting dependencies through the constructor arguments, like so: The dependencies are injected via the constructor, on object creation, and the object has them from the very beginning. Setter injection is different; instead of [...]
| | central.sonatype.com
18.3 parsecs away

Travel
| Discover assemblyai-java in the com.assemblyai namespace. Explore metadata, contributors, the Maven POM file, and more.