Skip to content

Commit

Permalink
Update 3-installation-and-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges authored Feb 7, 2022
1 parent a1db213 commit b11aa8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/3-installation-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ weight: 3
You can install this package using composer:

```bash
composer require mateusjunges/laravel-acl
``
composer require mateusjunges/laravel-kafka
```

You need to publish the configuration file using

Expand Down Expand Up @@ -63,4 +63,4 @@ return [
*/
'debug' => env('KAFKA_DEBUG', false),
];
```
```

0 comments on commit b11aa8f

Please sign in to comment.