Added docs for glob pattern support in classmaps
parent
242b48eae4
commit
50944e1c42
|
@ -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
|
#### Files
|
||||||
|
|
||||||
If you want to require certain files explicitly on every request then you can use
|
If you want to require certain files explicitly on every request then you can use
|
||||||
|
|
Loading…
Reference in New Issue