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 a6e92cf commit a221903Copy full SHA for a221903
README.md
@@ -36,8 +36,6 @@ composer require gearsdigital/kirby-reporter
36
git submodule add https://github.com/gearsdigital/kirby-reporter.git site/plugins/kirby-reporter
37
```
38
39
-> Hint: Don't forget to run composer install in `site/plugins/kirby-reporter` .
40
-
41
### Download
42
43
[Download](https://github.com/gearsdigital/kirby-reporter/releases/latest) and copy this repository to `/site/plugins/kirby-reporter`.
index.php
@@ -1,5 +1,5 @@
1
<?php
2
-require_once __DIR__.'/vendor/autoload.php';
+@include_once __DIR__.'/vendor/autoload.php';
3
4
use Kirby\Cms\Blueprint;
5
use KirbyReporter\Client\CreateClient;
0 commit comments