File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ https://github.com/pinpoint-apm/pinpoint-c-agent/labels/php-aop
13
13
14
14
### 1. Import from packagist
15
15
16
- > composer require pinpoint-apm/pinpoint-php-aop: v3 .0.1
16
+ > composer require pinpoint-apm/pinpoint-php-aop
17
17
18
18
### 2. Add pinpoint entry into your entry file(eg: index.php)
19
19
``` php
@@ -24,7 +24,7 @@ require_once __DIR__."/../vendor/autoload.php";
24
24
// define('AOP_CACHE_DIR',__DIR__.'/../Cache/'); // optional
25
25
// API for register your own plugins eg:
26
26
define('PP_REQ_PLUGINS', Pinpoint\Plugins\DefaultRequestPlugin::class);
27
- require_once __DIR__. '/vendor/pinpoint-apm/pinpoint-php-aop/auto_pinpointed.php';
27
+ require_once __DIR__. '/../ vendor/pinpoint-apm/pinpoint-php-aop/auto_pinpointed.php';
28
28
```
29
29
30
30
## Write your own plugins
You can’t perform that action at this time.
0 commit comments