Skip to content

Commit

Permalink
Merge pull request #10 from LarsWiegers/readme-updates
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
LarsWiegers committed Mar 19, 2022
2 parents 00d2655 + 5b45d93 commit a62cd9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ composer require larswiegers/laravel-translations-checker
```

## Usage

Use the command below, it is that easy!
```php
php artisan translations:check
```
Expand All @@ -30,6 +30,8 @@ Some packages have their own language files, it is probably smart to exclude the
```php
php artisan translations:check --excludedDirectories=lang/vendor
```
### JSON support
The package supports both .php files and .json files for the translations.

### Running in github actions?
```
Expand Down

0 comments on commit a62cd9e

Please sign in to comment.