From 2b9c46d80bdf809837e6d109acceabfb04ebbaf9 Mon Sep 17 00:00:00 2001 From: Sadegh Date: Wed, 18 Sep 2019 16:31:35 +0430 Subject: [PATCH] update readme and add vendor:publish bash code --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 22d1a33..c4f7fab 100644 --- a/readme.md +++ b/readme.md @@ -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