Download the PHP package cares0107/translatable without Composer
On this page you can find all versions of the php package cares0107/translatable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cares0107/translatable
More information about cares0107/translatable
Files in cares0107/translatable
Package translatable
Short Description This is laravel translatable package
License MIT
Homepage https://github.com/cares0107/translatable
Informations about the package translatable
This is Translatable
The Translatable package is a powerful tool designed for Laravel applications that require dynamic translation management across multiple languages. It automates the process of scanning your Laravel project for translation keys and ensures that each key is properly defined in the corresponding JSON translation files for every language specified in your configuration. With Translatable, you can easily maintain and update your application's translations, making it an essential package for developers aiming to provide a multilingual user experience.
Key features include:
- Automatic Scanning: Scours PHP files throughout your Laravel application to identify all instances of translation keys.
- Dynamic Translation Management: Automatically updates JSON translation files for each configured language, ensuring that no translation key is left undefined.
- Configurable and Extensible: Offers flexible configuration options, including customizable paths for scanning and exclusion rules to skip directories like vendor or node_modules.
- Streamlined Localization Workflow: Simplifies the localization process, making it easier to manage translations across large and complex applications. Whether you're building a small project or a large enterprise application, Translatable helps keep your translations organized and in sync, facilitating a smoother development process and a better user experience for multi-language applications.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Testing
Credits
- Papuc Vasile
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of translatable with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0