Globs
: string
in package
Contains all pathname patterns used for dependency injection.
Table of Contents
Cases
- CustomDeps = "{src/,}config/dependencies/conf.d/*.php"
- The custom dependencies directory should be set up in the application using the framework.
- FrameworkDeps = "{vendor/phpolar/phpolar/,}config/dependencies/framework.php"
- The frameworks dependencies configuration is located in the source files of the framework.
Cases
FrameworkDeps
The frameworks dependencies configuration is located in the source files of the framework.
CustomDeps
The custom dependencies directory should be set up in the application using the framework.