1
0
Fork 0

Added docs for glob pattern support in classmaps

pull/8944/head
Markus Staab 2020-06-03 11:04:43 +02:00 committed by GitHub
parent 242b48eae4
commit 50944e1c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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