Download the PHP package shibleshakil/dynamic-language without Composer
On this page you can find all versions of the php package shibleshakil/dynamic-language. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shibleshakil/dynamic-language
More information about shibleshakil/dynamic-language
Files in shibleshakil/dynamic-language
Package dynamic-language
Short Description The dynamic-language Laravel package simplifies localization management, making it effortless to handle missing keys in language files. It seamlessly generates language files for each newly added language, enhancing the efficiency of your localization efforts. Additionally, it takes care of configuring locale settings, ensuring smooth transitions between languages.
License MIT
Informations about the package dynamic-language
dynamic-language: Laravel Localization Management Simplified!
The dynamic-language Laravel package simplifies localization management, making it effortless to handle missing keys in language files. It seamlessly generates language files for each newly added language, enhancing the efficiency of your localization efforts. Additionally, it takes care of configuring locale settings, ensuring smooth transitions between languages. Developers seeking well-organized localization support for their Laravel applications will find this package to be an invaluable tool.
Installation
To incorporate the dynamic-language package into your Laravel project, use Composer:
Next, add the service provider to your config/app.php file:
Copy the package config to your local config and migration file to your local migration directory with the publish command:
Finally, migrate the language table:
Usage
Retrieve the default locale by calling:
Add a new language file:
Get all Transabled Keys of a locale:
Update language key values:
Explore the eloquent model for retrieving your language list:
Make your Laravel application's localization journey smoother with dynamic-language.
Contribution
We welcome contributions from the community! Feel free to submit issues and pull requests to enhance this package.
License
This package is open-source and distributed under the MIT License.