We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9cec5 commit 84dbc84Copy full SHA for 84dbc84
README.md
@@ -37,7 +37,7 @@ after publishing the config you can see it in config/writelog.php then you can c
37
```
38
return [
39
40
- "directory" => base_path(), // Log Store Directory Url
+ "directory" => base_path(), // Log Store Directory path
41
42
"file_name" => "debug.log" // Log file name
43
];
config/writelog.php
@@ -3,7 +3,7 @@
3
4
/*
5
|--------------------------------------------------------------------------
6
- | Log Store Directory Url
+ | Log Store Directory path
7
8
*/
9
"directory" => base_path(),
0 commit comments