Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Need to register ElasticApmServiceProvider in Lumen 5.5.* #56

Closed
YuZhenXie opened this issue Aug 2, 2019 · 1 comment
Closed

Need to register ElasticApmServiceProvider in Lumen 5.5.* #56

YuZhenXie opened this issue Aug 2, 2019 · 1 comment

Comments

@YuZhenXie
Copy link
Contributor

Would it be better to add following information in README because Lumen doesn't support package discovery which Laravel does? Without this, it can't work in Lumen.

Lumen

Register Service Provider

...
$app->register(\PhilKra\ElasticApmLaravel\Providers\ElasticApmServiceProvider::class);
...

Tested Lumen version: 5.5.

@philkra
Copy link
Owner

philkra commented Aug 2, 2019

sure, please open a PR for this and we'll merge

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants