Language files in Laravel applications.
You can install the package via Composer by running the following command:
composer require hassankerdash/laravel-locales
You can use the lang:locale
Artisan command to publish language files for specific languages in your Laravel application.
php artisan lang:locale --lang=en,ar
This command will publish language files for the English (en) and Arabic (ar) languages.
Make sure to replace en
and ar
with the language codes you want to publish.
To publish language files for English and Arabic:
php artisan lang:locale --lang=en,ar
This package is open-source software licensed under the MIT license.
Contributions are welcome! Feel free to submit issues or pull requests on GitHub.
For any questions or support, please contact Hassan Kerdash via GitHub Issues.
If you discover a security vulnerability within this package, please send an e-mail to Hassan Kerdash via kerdash@gmail.com. All security vulnerabilities will be promptly addressed.