-
-
There are some use cases of the library that we don't officially support, but we embrace any community effort on helping folks in need.
Using the library with **dependency injection** is one of tho…
-
There is no Invoice class:
` public function __construct(Invoice $invoice)
{
$this->invoice = $invoice;
}`
What should i do?
-
Follows #1
When a constructor is registered in the DI Container, registrar can define a scope of the instance created by the constructor. I think of them as an Enum of objects (*functions? objects…
lhaze updated
3 years ago
-
Implement a dependency injection container in the framework. Controllers will request classes from the container via reflection; the container will in turn instantiate these classes using reflection.
-
The following are some meta changes to help support the new Jakarta EE 11 release.
- [ ] https://jakarta.ee/specifications/data/
New Title: Jakarta Data Specification | Jakarta EE | The Eclipse Fo…
-
# related:
- [x] xxx
- [x] xxx
-
Hi,
I'm trying to use workflow-es with [nestJs](https://nestjs.com/).
I can't figure how to inject services into a Step.
Thanks
-
Currently looking into https://github.com/LinguaLeo/php-servaxle
Or possibly https://github.com/silexphp/Pimple
Needs to be PHP 5.6 compatible, unfortunately.
-