-
Hello,
I recently upgraded our site from the end of life 3.2 branch to the 3.3 branch. I disabled Post Love 1.2.1 before the upgrade. This morning I tried enabling the extension on the upgraded s…
-
Can you add an example in the documentation showing how to call the service via Dependency Injection, that than through the container?
That's Symfony's best practice recommendations now.
Thanks.
-
Following #7644 the plugin manager will be stored in the DI container, which means we will be able to inject it by simply type-hinting it:
``` php
class MyService {
public function __construct(Ma…
-
A number of the objects in the system currently construct other objects to help - particularly, connections construct parts of the message pipeline, and things that need data construct the relevant pr…
-
добрый день, уважаемый товарищ @suncat2000 .
в последней версии появляется следующая ошибка:
> The "mobile_detect.mobile_detector" service or alias has been removed or inlined when the container…
-
## Documentation Issue
According to the [0.3.0 changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md):
> all container-related features (UseContainerOptions, ContainedType, …
-
The only thing required to support dependency injection with function programming is a feature-flag in the configuration file which tells the container not to treat the first argument as an invocant.
-
Thanks for this handy package. Pimple development has ended/is in maintenance mode, and I don't necessarily think this package need be aware of the dependency injection container per se. Open to decou…
-
Since updating to version 1.13.0 (from 1.12.0) i get the following error when executing `./bin/console cache:pool:clear cache.webpack_encore`
```
The "cache.webpack_encore" service or alias has be…
n3o77 updated
3 years ago
-
## Expected Behavior
Middlewares should be created by http request scoped container.
Since by default they are not singleton it does make sense to create them using per-request container, which …