Skip to content

Commit 2a22e35

Browse files
authored
Update README.md
1 parent dab9d3c commit 2a22e35

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Persian language for Laravel framework
2-
###### available versions : 5.8.* - 6.* - 7.* & 8.*
2+
###### available versions:
3+
- Laravel 5.8.*
4+
- Laravel 6.*
5+
- Laravel 7.*
6+
- Laravel 8.*
37

48
## What's included
59

@@ -18,3 +22,28 @@ laravel/
1822
1. into your laravel project go to the this address: `\resources\lang` and past our `fa` directory in there.
1923
2. then in your laravel project go to the this address: `\config` and open `app.php` then search for `'locale' => 'en'` and change it to `'locale' => 'fa'`
2024
3. done.
25+
26+
# زبان فارسی برای فریم ورک لاراول
27+
###### دردسترس برای نگارش های:
28+
- لاراول 5.8
29+
- لاراول 6
30+
- لاراول 7
31+
- لاراول 8
32+
33+
## فایل های موجود
34+
35+
```text
36+
laravel/
37+
└── resources/
38+
└── lang/
39+
└── fa/
40+
├── auth.php
41+
├── pagination.php
42+
├── passwords.php
43+
└── validation.php
44+
```
45+
46+
## نحوه استفاده؟
47+
1. ابتدا در پروژه لاراولی خود به این مسیر `\resources\lang` بروید و نسبت به نگارش لاراول خود محتویات پوشه `fa` را آنجا کپی/پیست کنید.
48+
2. حالا در پروژه لاراول خود به مسیر `\config` بروید و فایل `app.php` را باز کنید. در آن فایل دنبال عبارت `'locale' => 'en'` بگردید و آن را به `'locale' => 'fa'` تغییر دهید.
49+
3. تمام.

0 commit comments

Comments
 (0)