Skip to content

Commit 4a9cec5

Browse files
committed
update readme.md file
1 parent 4901a2b commit 4a9cec5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ If you want to to edit your file path or file name you should publish config fil
3434
3535
after publishing the config you can see it in config/writelog.php then you can customize everything in your ways
3636

37+
```
38+
return [
39+
40+
"directory" => base_path(), // Log Store Directory Url
41+
42+
"file_name" => "debug.log" // Log file name
43+
];
44+
```
45+
3746
## Contributing
3847

3948
Contributions to the Writelog package are welcome. Please note the following guidelines before submitting your pull request.

config/writelog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/*
1212
|--------------------------------------------------------------------------
13-
| Log Store Directory Url
13+
| Log file name
1414
|--------------------------------------------------------------------------
1515
*/
1616
"file_name" => "debug.log"

0 commit comments

Comments
 (0)