From 321dd88dce3b0d464b6fba6f5f1f248a205d5a99 Mon Sep 17 00:00:00 2001 From: antonkomarev Date: Mon, 13 Jul 2020 02:06:26 +0300 Subject: [PATCH] Add information about visits log --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1d93c3..a33f566 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This URL will render SVG image with profile views counter and will increment it #### Self-hosted application customization -By default, this application using file repository and counters stored in `storage/{$username}-views-count` files. +By default, this application using file repository, visits log stored in `storage/{$username}-views` and counter stored in `storage/{$username}-views-count` file. You can switch to database repository, then you will have to copy `.env.example` file to `.env` and fill in database configuration.