Skip to content

Commit 786a031

Browse files
Update Readme file (#4)
1 parent a3a6827 commit 786a031

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ Install using composer:
2020
composer require vm-labs/borica
2121
```
2222

23+
Enable the Bundle
24+
```php
25+
# config/bundles.php
26+
27+
<?php
28+
29+
return [
30+
...
31+
32+
Borica\BoricaBundle::class => ['all' => true],
33+
];
34+
35+
```
36+
2337
### Configuration
2438

2539
```yaml

0 commit comments

Comments
 (0)