Download the PHP package hexadog/laravel-translation-manager without Composer
On this page you can find all versions of the php package hexadog/laravel-translation-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hexadog/laravel-translation-manager
More information about hexadog/laravel-translation-manager
Files in hexadog/laravel-translation-manager
Package laravel-translation-manager
Short Description Laravel Translation management package
License MIT
Informations about the package laravel-translation-manager
Introduction
hexadog/laravel-translation-manager
is a Laravel package to help you manage your application translation.
Installation
This package requires PHP 7.3 and Laravel 7.0 or higher.
To get started, install Translation Manager using Composer:
The package will automatically register its service provider.
To publish the config file to config/translation-manager.php run:
Usage
Translation Manager has many features to help you working with translation
- Configuration
- Artisan Commands
- Find unused translation
- Find missing translation
Configuration
This is the default contents of the configuration:
Artisan Commands
This package provides some artisan commands in order to manage themes.
Find unused translation
Find all unused translation in your app
Find all unused translation in your app for specifig namespace
Find all unused translation in your app for specifig language
Find all unused translation in your app for a specific language file
This example will search unused translation only in file buttons.php
for all languages in directories
configured.
Find missing translation
Find all missing translation in your app
Find all missing translation in your app for specifig namespace
Find all missing translation in your app for specifig language
License
Laravel Translation Manager is open-sourced software licensed under the MIT license.