You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. into your laravel project go to the this address: `\resources\lang` and past our `fa` directory in there.
19
23
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'`
20
24
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'` تغییر دهید.
0 commit comments