Skip to content

Commit

Permalink
Updated install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmishev committed Sep 29, 2020
1 parent 303b747 commit 67c6630
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ $scanner = new Scanner(new ScanStrategyClamdNetwork($host, $port));
```

# Usage as a Symfony bundle
## Enable the bundle
```php
// config/bundles.php

return [
// ...
Sineflow\ClamAV\Bundle\SineflowClamAVBundle::class => ['all' => true],
];
```

## Configuration:
```
sineflow_clamav:
Expand Down

0 comments on commit 67c6630

Please sign in to comment.