Skip to content

Commit 26d0883

Browse files
committed
Add Lumen usage in README
1 parent 4e7ae8a commit 26d0883

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ return [
8080
];
8181
```
8282

83+
If you use **Lumen**, you need to copy the config file manually and register the Lumen Service Provider in `bootstrap/app.php` file
84+
85+
```php
86+
$this->app->register(\BeyondCode\QueryDetector\LumenQueryDetectorServiceProvider::class);
87+
```
88+
8389
### Testing
8490

8591
``` bash

0 commit comments

Comments
 (0)