Skip to content

Commit

Permalink
update readme and add vendor:publish bash code
Browse files Browse the repository at this point in the history
  • Loading branch information
sadegh19b committed Sep 18, 2019
1 parent 9391c5d commit 2b9c46d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ composer require sadegh19b/laravel-persian-validation

## vendor:publish
You can run vendor:publish command to have custom lang file of package on this path ( resources/lang/{locale}/persian-validation.php )
``` bash
php artisan vendor:publish --provider="Sadegh19b\LaravelPersianValidation\PersianValidationServiceProvider"
```

## Usage

Expand Down

0 comments on commit 2b9c46d

Please sign in to comment.