Skip to content

Commit

Permalink
fix: make plugin work after composer require
Browse files Browse the repository at this point in the history
Closes #23
  • Loading branch information
Steffen Giers committed Jan 16, 2020
1 parent a6e92cf commit a221903
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ composer require gearsdigital/kirby-reporter
git submodule add https://github.com/gearsdigital/kirby-reporter.git site/plugins/kirby-reporter
```

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

[Download](https://github.com/gearsdigital/kirby-reporter/releases/latest) and copy this repository to `/site/plugins/kirby-reporter`.
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require_once __DIR__.'/vendor/autoload.php';
@include_once __DIR__.'/vendor/autoload.php';

use Kirby\Cms\Blueprint;
use KirbyReporter\Client\CreateClient;
Expand Down

0 comments on commit a221903

Please sign in to comment.