Skip to content

Commit 16886fa

Browse files
author
Andrey Helldar
committed
Updated README.md
1 parent fe07643 commit 16886fa

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/images/database.png

14.3 KB
Loading

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ If you need to change the database connection or table name, you can do it in th
3737

3838
Since Laravel contains a logging file by default, it will not be published, so manually copy the [settings](config/logging.php) block into your project's `config/logging.php` file.
3939

40+
### Database table
41+
42+
All incoming HTTP requests will be logged to a database table. The default name is `http_logs`.
43+
44+
For example:
45+
46+
![database table](.github/images/database.png)
47+
4048
## License
4149

4250
This package is licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)