Skip to content

Commit fb595e3

Browse files
authored
Update README.md
1 parent 8a749c2 commit fb595e3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,14 @@ error_reporting = E_ALL & E_STRICT
1313
```
1414
#### 上述设置中的 error_log 文件位置仅仅作为备用日志文件地址,当没有设置日志记录器时,日志默认会被填充到该位置(推荐设置日志记录器)。
1515

16+
# install
17+
```bash
18+
{
19+
"require": {
20+
"php-errors/php-errors": "~1.0"
21+
}
22+
}
23+
```
24+
1625
# 使用
1726
请参考 tests 用例

0 commit comments

Comments
 (0)