Konrad Papała

Results 6 comments of Konrad Papała

I fully agree, I don't understand why this thing doesn't have hundreds of votes and isn't done a decade ago :) I mean, I see an article about something, it...

@sgiehl - I know it's closed and my suggestion isn't about this particular issue, but I believe you should mention on this error page ("Matomo couldn't write to some directories......

I know it's a bit late, but maybe it was installed in ~/.local/bin/hogwatch ? You can check it with `whereis hogwatch`. Anyway, this is where it installed on my system....

@David263 `require __DIR__ . '/../vendor/autoload.php';` is associated with the “composer” project, which is a dependency management system for PHP projects. [Here is an elegant tutorial in my opinion: https://www.codementor.io/@jadjoubran/php-tutorial-getting-started-with-composer-8sbn6fb6t At...

I completely agree... I often create websites with very few dependencies, alongside projects based on frameworks. Just a few 'require' statements are perfectly sufficient in this case. I also dislike...