Skip to content

Commit

Permalink
Extend readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bambamboole committed Apr 16, 2023
1 parent 572a63c commit 722c91c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ This is especially useful if you have dynamic translation keys where static dump

## Installation

You can install the package via composer:
You can install the package via composer.
Since this package should only be used in development, you should add the `--dev` flag.

```bash
composer require bambamboole/laravel-translation-dumper
composer require --dev bambamboole/laravel-translation-dumper
```

## Usage
Expand Down

0 comments on commit 722c91c

Please sign in to comment.