Persian (فارسی) validation messages for Laravel.
- A Laravel project — Laravel Official Repo
You can clone or download this repository and copy the fa
(Farsi) language folder to your Laravel project.
cd your-laravel-project/resources/lang
cd your-laravel-project/lang
Then copy the fa
folder from this repo into that directory.
Make sure to set your app’s locale to fa
in config/app.php
:
'locale' => 'fa',
We welcome contributions to improve this repository!
Feel free to submit a pull request to the master
branch.
Mojtaba Rakhisi – Initial work GitHub @mojtabaRKS