Skip to content

Commit a221903

Browse files
author
Steffen Giers
committed
fix: make plugin work after composer require
Closes #23
1 parent a6e92cf commit a221903

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ composer require gearsdigital/kirby-reporter
3636
git submodule add https://github.com/gearsdigital/kirby-reporter.git site/plugins/kirby-reporter
3737
```
3838

39-
> Hint: Don't forget to run composer install in `site/plugins/kirby-reporter` .
40-
4139
### Download
4240

4341
[Download](https://github.com/gearsdigital/kirby-reporter/releases/latest) and copy this repository to `/site/plugins/kirby-reporter`.

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
require_once __DIR__.'/vendor/autoload.php';
2+
@include_once __DIR__.'/vendor/autoload.php';
33

44
use Kirby\Cms\Blueprint;
55
use KirbyReporter\Client\CreateClient;

0 commit comments

Comments
 (0)