Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 995 Bytes

File metadata and controls

55 lines (32 loc) · 995 Bytes

Laravel Persian Validation

Persian (فارسی) validation messages for Laravel.


📦 Prerequisites


🚀 Installation

You can clone or download this repository and copy the fa (Farsi) language folder to your Laravel project.

🛠 Directory Path Based on Laravel Version

🔹 Laravel 5.x – 8.x

cd your-laravel-project/resources/lang

🔹 Laravel 9.x – 12.x

cd your-laravel-project/lang

Then copy the fa folder from this repo into that directory.


⚙️ Configuration

Make sure to set your app’s locale to fa in config/app.php:

'locale' => 'fa',

🤝 Contributing

We welcome contributions to improve this repository! Feel free to submit a pull request to the master branch.


👨‍💻 Author

Mojtaba RakhisiInitial work GitHub @mojtabaRKS