geniusts/laravel-translation-manager

A WebUI to manage translation files for Laravel, create or update existing languages files.
5,200 4
Install
composer require geniusts/laravel-translation-manager
Latest Version:0.0.9
PHP:>=5.6.4
License:MIT
Last Updated:Mar 13, 2021
Links: GitHub  ·  Packagist
Maintainer: aboudeh87

Translation manager for Laravel 5.x

A WebUI to manage translation files for Laravel.

Features

  • Update existing translation file.
  • Create new language for a translation file.
  • Manage languages files of third party packages.

Installation

1- Add the package to your project.

Add it to your composer.json file

"geniusts/laravel-translation-manager": "~0.1.0"

or install it via composer.

composer require geniusts/laravel-translation-manager

2- Add the package service provider to config/app.php file, under providers section.

GeniusTS\TranslationManager\TranslationManagerServiceProvider::class,

The service provider will added automatically if you are using Laravel 5.5

3- If you want to change prefix or middleware applied on routes, publish configuration file.

artisan vendor:publish --provider='\GeniusTS\TranslationManager\TranslationManagerServiceProvider' --tag=config

4- If you want to change views layouts, publish views files.

artisan vendor:publish --provider='\GeniusTS\TranslationManager\TranslationManagerServiceProvider' --tag=views

images

Main page Editing page

License

This package is free software distributed under the terms of the MIT license.

Related Packages

mominalzaraa/filament-localization

The first and only automatic Filament localization package with intelligent reso...

3,568 10
now-here/laravel-gettext

Adds localization support to laravel applications in an easy way using Poedit an...

11,742 0
andhikamaheva/date

A date library to help you work with dates in different languages

13 1
aar/laravel-auto-translator

A comprehensive, high-performance translation management system for Laravel with...

6 0
shanginn/yalt

Yet Another Laravel Translator for Eloquent models (Yalt)

2,088 1