LaravelPackages.net
Acme Inc.
Toggle sidebar
habib-eg/laravel-translation-manager

A WebUI to manage translation files for Laravel, create or update existing languages files.

18
0
About habib-eg/laravel-translation-manager

habib-eg/laravel-translation-manager is a Laravel package for a webui to manage translation files for laravel, create or update existing languages files.. It currently has 0 GitHub stars and 18 downloads on Packagist. Install it with composer require habib-eg/laravel-translation-manager. Discover more Laravel packages by habib-eg or browse all Laravel packages to compare alternatives.

Last updated

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

"habib-eg/laravel-translation-manager": "~0.1.0"

or install it via composer.

composer require habib-eg/laravel-translation-manager

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

Habib\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='\Habib\TranslationManager\TranslationManagerServiceProvider' --tag=config

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

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

images

Main page Editing page

License

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

Comments