Aura.Di config builder
Aura.Di is nice!. Looking at the PR Disabling autoresolve by default, I thought it will be nice to make a way much easier for people to make the configuration.
Supports
- Constructor params only
- Supports lazyGet for aura/web-kernel
Drawbacks
- No setter injection
- You still need make the necessary changes needed.
Installation
composer require foa/di-config dev-masterUsage
Pass a file
vendor/bin/di-config-dump /real/path/to/file.phpPass directory
vendor/bin/di-config-dump /real/path/to/directory