Added docs for glob pattern support in classmaps

main
Markus Staab 4 years ago committed by GitHub
parent 242b48eae4
commit 50944e1c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -610,6 +610,18 @@ Example:
}
```
Its also supported to use glob patterns in a classmap path:
Example:
```json
{
"autoload": {
"classmap": ["src/addons/*/lib/", "3rd-party/*", "Something.php"]
}
}
```
#### Files
If you want to require certain files explicitly on every request then you can use

Loading…
Cancel
Save