Download the PHP package fschirinzi/translation-manager-for-laravel without Composer
On this page you can find all versions of the php package fschirinzi/translation-manager-for-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fschirinzi/translation-manager-for-laravel
More information about fschirinzi/translation-manager-for-laravel
Files in fschirinzi/translation-manager-for-laravel
Package translation-manager-for-laravel
Short Description Package to manage Laravel translations locally
License MIT
Informations about the package translation-manager-for-laravel
Translation Manager For Laravel
Easy to use package that helps you with the translation of your Laravel application locally.

Features
:white_check_mark: Check all locales
:white_check_mark: Check nested translations
:white_check_mark: Check nested directories
:white_check_mark: Display where translations are found
:white_check_mark: Display where translations are missing
:white_check_mark: Export all translations to CSV for easy sharing with your translator
Requirements
- PHP
8.2or higher - Laravel
11,12or13
Older Laravel versions (6–10) are supported by the
1.xrelease line.
Installation
The service provider is registered automatically via Laravel's package discovery.
Usage
Validation
Use default Laravel's path to lang files:
You can specify a relative or absolute path to lang directory location:
Nested keys are displayed using a dot (.) by default. Use --separator (or -s) to change it:
Export
Testing
Changelog
Please see CHANGELOG.md for details on what has changed recently.
Maintainers
License
Translation Manager For Laravel is open-sourced software licensed under the MIT license.
All versions of translation-manager-for-laravel with dependencies
illuminate/console Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0